From e4cdd5068b671199951dd188ac33a1e1a21bd51f Mon Sep 17 00:00:00 2001 From: jorgensd Date: Tue, 20 Sep 2022 10:33:45 +0200 Subject: [PATCH] Fix context --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index a929f15..41014c6 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -41,4 +41,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ${PUBLISH_DIR} \ No newline at end of file + publish_dir: ${{ env.PUBLISH_DIR }} \ No newline at end of file