Skip to content

Commit 2375607

Browse files
committed
Publishing actions have been deprecated
1 parent 40b12b9 commit 2375607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
JEKYLL_ENV: production
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: 'docs/_site/'
4545

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v1
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)