Skip to content

Commit 1de87c2

Browse files
authored
upload-pages must be v3, but deploy should be v4!
1 parent c03a029 commit 1de87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
--minify \
6262
--baseURL "https://cmlab.dev"
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v4
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./public
6767

0 commit comments

Comments
 (0)