Update .github/workflows/deploy.yml
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m12s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m12s
This commit is contained in:
21
.github/workflows/deploy.yml
vendored
21
.github/workflows/deploy.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user