Skip to content

Commit 6be786e

Browse files
committed
deploy not needed?
1 parent c3786f2 commit 6be786e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
git commit -m "chore: update publications from Google Scholar"
5151
git push
5252
53-
deploy:
54-
needs: build
55-
runs-on: ubuntu-latest
56-
environment:
57-
name: github-pages
58-
url: ${{ steps.deployment.outputs.page_url }}
59-
steps:
60-
- name: Deploy to GitHub Pages
61-
id: deployment
62-
uses: actions/deploy-pages@v4
53+
# deploy:
54+
# needs: build
55+
# runs-on: ubuntu-latest
56+
# environment:
57+
# name: github-pages
58+
# url: ${{ steps.deployment.outputs.page_url }}
59+
# steps:
60+
# - name: Deploy to GitHub Pages
61+
# id: deployment
62+
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)