Skip to content

Commit

Permalink
fix defaults for docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 24, 2024
1 parent 099d784 commit 0d49ea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
docs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 0d49ea2

Please sign in to comment.