1
0

Update .github/workflows/deploy.yml
Some checks failed
Deploy Quartz site to GitHub Pages / build (push) Failing after 1m9s

This commit is contained in:
2025-11-21 23:10:52 +01:00
parent 254afa4e94
commit c8632540c3

View File

@@ -35,8 +35,13 @@ jobs:
- name: Build Quartz site
run: npx quartz build
- name: Git LFS checkout
run: |
git lfs fetch
git lfs checkout
- name: Copy
run: cp -r public ~/notes
run: rsync public ~/notes
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3