Skip to content

Commit

Permalink
test docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Nov 10, 2024
1 parent 63fdc3c commit d7497c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit d7497c9

Please sign in to comment.