Skip to content

Commit b9c02eb

Browse files
authored
Update push.yml
1 parent ebbf49b commit b9c02eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
run: JEKYLL_ENV=production bundle exec jekyll build
102102

103103
- name: Upload docs artifact
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-pages-artifact@v3
105105
with:
106106
path: docs/_site
107107

108108
- name: Deploy to GitHub Pages
109109
id: deployment
110-
uses: actions/deploy-pages@v1
110+
uses: actions/deploy-pages@v4
111111

112112
- name: Make sure the cache works
113113
run: |

0 commit comments

Comments
 (0)