Skip to content

Commit 38872f2

Browse files
authored
try to fix GitHub Actions build
This is not upload-artifact but upload-pages-artifact, of which 3 (not 4) is the newest version.
1 parent cb8d7d3 commit 38872f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install
2828
npx honkit build
2929
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v4
30+
uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: _book
3333

0 commit comments

Comments
 (0)