From d7497c9ce17de36ecfac97be31790a04ad08ec6e Mon Sep 17 00:00:00 2001 From: Ege Kocabas Date: Sun, 10 Nov 2024 23:10:12 +0100 Subject: [PATCH] test docs deployment --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0ecb527e..477dba5d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: path: docs/_build/dirhtml/ deploy: # TODO: Change branch name whenever this workflow is tested - if: github.ref == 'refs/heads/pages-test' + if: github.ref == 'refs/heads/7-setup-workflow-for-deployments' environment: name: github-pages url: "https://ls1intum.github.io/Helios/" @@ -51,4 +51,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4