Skip to content

Commit 94f3a26

Browse files
committed
add back deploy
1 parent 6be786e commit 94f3a26

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,18 @@ 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+
- name: Upload Pages artifact
54+
uses: actions/upload-pages-artifact@v3
55+
with:
56+
path: .
57+
58+
deploy:
59+
needs: build
60+
runs-on: ubuntu-latest
61+
environment:
62+
name: github-pages
63+
url: ${{ steps.deployment.outputs.page_url }}
64+
steps:
65+
- name: Deploy to GitHub Pages
66+
id: deployment
67+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)