From d7b9841a187dccbaba23f3ff48c1f30e130e48e3 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 15 Feb 2022 05:58:48 -0600 Subject: [PATCH] Add working directory for mkdocs build task --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f053c2d..250de764 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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