From ce9125cf714cb67ba26b285edb7025269cbcc982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kihlberg?= Date: Tue, 8 Aug 2023 16:48:57 +0200 Subject: [PATCH] PR driven development --- .github/workflows/post-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-integration.yaml b/.github/workflows/post-integration.yaml index 67d59c43..bbbdbbae 100644 --- a/.github/workflows/post-integration.yaml +++ b/.github/workflows/post-integration.yaml @@ -24,4 +24,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs + publish_dir: ./docs