From bc8cbe09928fad2c9c08629490cbc9fc28cb9bcf Mon Sep 17 00:00:00 2001 From: Stefan Krebs Date: Tue, 22 Oct 2024 18:19:32 +0200 Subject: [PATCH] =?UTF-8?q?G=C3=B8r=20branch=201.8=20til=20aktiv=20dokumen?= =?UTF-8?q?tationsbranch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5113bae1..6e8ea342 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: # - name: Deploy docs uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/1.7' + if: github.ref == 'refs/heads/1.8' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/_build