Skip to content

Commit e2dbcc9

Browse files
committed
Merge branch 'master' of https://github.com/raux/raux.github.io
2 parents 5b0a26f + 45bfc3e commit e2dbcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--minify \
5959
--baseURL "${{ steps.pages.outputs.base_url }}/"
6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v2
61+
uses: actions/upload-pages-artifact@v3.0.1
6262
with:
6363
path: ./public
6464

@@ -72,4 +72,4 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v2
75+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)