Skip to content

Commit 396f224

Browse files
committed
update deploy
1 parent 8883cff commit 396f224

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,4 @@ jobs:
5252
git config user.email "github-actions[bot]@users.noreply.github.com"
5353
git add -A
5454
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
55+
git push

0 commit comments

Comments
 (0)