Skip to content

Commit

Permalink
Testing getting the PR branch to run Docs Build
Browse files Browse the repository at this point in the history
  • Loading branch information
gbruer15 committed Sep 1, 2024
1 parent ecfbf3d commit 9a8bac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
checks: write
if: ${{ github.event.workflow_run.conclusion == 'success' && !cancelled() }}
steps:
- name: Check stuff
run: echo ${{ github.event.workflow_run.head_branch }}
- name: Check stuff
run: echo ${{ github.event.workflow_run.head_commit.id }}
- name: Add GLMakie/XFVB dependencies
Expand Down

0 comments on commit 9a8bac4

Please sign in to comment.