Add working directory for mkdocs build task

This commit is contained in:
Paul Friederichsen 2022-02-15 05:58:48 -06:00
parent 2fae303c61
commit d7b9841a18
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
-
name: Build docs to /help
run: mkdocs build -d help
working-directory: hydrus
-
name: Install PyOxidizer
run: python3 -m pip install pyoxidizer
@ -80,6 +81,7 @@ jobs:
-
name: Build docs to /help
run: mkdocs build -d help
working-directory: hydrus
#- name: Cache Qt
# id: cache-qt
# uses: actions/cache@v1
@ -163,6 +165,7 @@ jobs:
-
name: Build docs to /help
run: mkdocs build -d help
working-directory: hydrus
-
name: Cache Qt
id: cache_qt