Update .github/workflows/deploy.yml
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 checkout
|
||||
|
||||
- name: Copy
|
||||
run: rsync 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
|
||||
- name: Publish
|
||||
run: rsync -av public/ ~/notes/
|
||||
|
||||
Reference in New Issue
Block a user