Skip to content

Commit 542d202

Browse files
committed
Upgrade deprecated publishing plugin
The GitHub plugin used to publish pages has been deprecated and yanked upstream; use a newer version.
1 parent 84eda38 commit 542d202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: sudo apt install hugo
3131
- run: hugo
3232
- uses: actions/configure-pages@v1
33-
- uses: actions/upload-pages-artifact@v1
33+
- uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: public/
3636

0 commit comments

Comments
 (0)