Skip to content

Commit

Permalink
Corrected name of branch used for comparing (#462)
Browse files Browse the repository at this point in the history
to decide on wether to upload the documentation
  • Loading branch information
jakob-fritz authored Jul 25, 2024
1 parent 0e60614 commit 6b323dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: >-
${{ github.event.workflow_run.event == 'push'
&& github.repository_owner == 'Parallel-in-Time'
&& github.event.workflow_run.head_branch == 'refs/heads/master' }}
&& github.event.workflow_run.head_branch == 'master' }}
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/build/html # The folder the action should deploy.

0 comments on commit 6b323dd

Please sign in to comment.