ci: doc: fix build target for doc publish
The build target was not updated on the doc publish workflow (htmldocs -> html). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
ac1b9d9654
commit
5b939ea731
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-publish.yml
vendored
2
.github/workflows/doc-publish.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
DOC_TAG: ${{ steps.tag.outputs.TYPE }}
|
DOC_TAG: ${{ steps.tag.outputs.TYPE }}
|
||||||
run: |
|
run: |
|
||||||
source zephyr-env.sh
|
source zephyr-env.sh
|
||||||
make DOC_TAG=${DOC_TAG} -C doc htmldocs
|
make DOC_TAG=${DOC_TAG} -C doc html
|
||||||
|
|
||||||
- name: Upload to AWS S3
|
- name: Upload to AWS S3
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue