1
0

Update .github/workflows/deploy.yml

This commit is contained in:
2025-11-21 23:21:37 +01:00
committed by Johan Dahlin
parent 3bc777e6dc
commit 45afeb34d6

View File

@@ -40,21 +40,6 @@ jobs:
git lfs fetch git lfs fetch
git lfs checkout git lfs checkout
- name: Copy - name: Publish
run: rsync public ~/notes run: rsync -av public/ ~/notes/
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: ./public
# deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-22.04
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4