chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:21:43 +08:00
commit 844360907f
258 changed files with 173848 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: AnswerDotAI/workflows/quarto-rsync3@master
with:
username: jeremyphoward
hostname: vps19524.dreamhostps.com
dest_path: docs.fast.ai
ssh_key: ${{ secrets.DH_KEY }}
delete: 'yes'