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:
Gerard Marull-Paretas 2021-07-16 13:21:20 +02:00 committed by Christopher Friedt
commit 5b939ea731

View file

@ -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: