Skip to content

Commit 82bbaef

Browse files
fix(ci): setting for reusable action
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 35e4017 commit 82bbaef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: build mdbook
4141
uses: ./.github/actions/mdbook
4242
with:
43-
publish-pages: true
43+
publish-pages-artifact: true
4444

4545
deploy:
4646
if: ${{ github.repository_owner == 'bytecodealliance' }}

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: build mdbook
1313
uses: ./.github/actions/mdbook
1414
with:
15-
publish-pages: false
15+
publish-pages-artifact: true

0 commit comments

Comments
 (0)