We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8883cff commit 396f224Copy full SHA for 396f224
.github/workflows/deploy.yml
@@ -52,20 +52,4 @@ jobs:
52
git config user.email "github-actions[bot]@users.noreply.github.com"
53
git add -A
54
git commit -m "chore: update publications from Google Scholar"
55
- git push
56
-
57
- - name: Upload Pages artifact
58
- uses: actions/upload-pages-artifact@v3
59
- with:
60
- path: .
61
62
- deploy:
63
- needs: build
64
- runs-on: ubuntu-latest
65
- environment:
66
- name: github-pages
67
- url: ${{ steps.deployment.outputs.page_url }}
68
- steps:
69
- - name: Deploy to GitHub Pages
70
- id: deployment
71
- uses: actions/deploy-pages@v4
+ git push
0 commit comments