Skip to content

Commit e236493

Browse files
fix(ci): use publish domain
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent b04082b commit e236493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/mdbook/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ runs:
6666
- name: Build with mdBook
6767
shell: bash
6868
id: book-build
69+
env:
70+
PUBLISH_DOMAIN: ${{ inputs.publish-domain }}
6971
run: |
7072
just build-book
7173
echo "output-path=$(just print-book-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)