We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3786f2 commit 6be786eCopy full SHA for 6be786e
.github/workflows/deploy.yml
@@ -50,13 +50,13 @@ jobs:
50
git commit -m "chore: update publications from Google Scholar"
51
git push
52
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
+ # deploy:
+ # needs: build
+ # runs-on: ubuntu-latest
+ # environment:
+ # name: github-pages
+ # url: ${{ steps.deployment.outputs.page_url }}
+ # steps:
+ # - name: Deploy to GitHub Pages
+ # id: deployment
+ # uses: actions/deploy-pages@v4
0 commit comments