Skip to content

Merge pull request #3995 from myenugula/Add-TabWeightedDL #1456

Merge pull request #3995 from myenugula/Add-TabWeightedDL

Merge pull request #3995 from myenugula/Add-TabWeightedDL #1456

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: fastai/workflows/quarto-rsync@master
with:
username: jeremyphoward
hostname: vps19524.dreamhostps.com
dest_path: docs.fast.ai
ssh_key: ${{ secrets.DH_KEY }}
delete: 'yes'