We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8d7d3 commit 38872f2Copy full SHA for 38872f2
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
npm install
28
npx honkit build
29
- name: Upload artifact
30
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
31
with:
32
path: _book
33
0 commit comments