Fix generate hexdoc command
This commit is contained in:
parent
6da6b7addc
commit
6e15524098
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
|||
|
||||
env:
|
||||
GITHUB_PAGES_URL: ${{ needs.build.outputs.pages-url }}
|
||||
HEXDOC_GENERATE: $HEXDOC --lang ${{ matrix.lang }} -o _site --clean --update-latest ${{ inputs.update-latest != false }}
|
||||
HEXDOC_GENERATE: ${{ needs.build.outputs.hexdoc }} --lang ${{ matrix.lang }} -o _site --clean --update-latest ${{ inputs.update-latest != false }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue