1
0

Update .github/workflows/deploy.yml
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m12s

This commit is contained in:
2025-11-21 22:54:48 +01:00
parent 1c99f19cdf
commit 254afa4e94

View File

@@ -35,10 +35,13 @@ jobs:
- name: Build Quartz site
run: npx quartz build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
- name: Copy
run: cp -r public ~/notes
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: ./public
# deploy:
# environment: