Skip to content

Commit

Permalink
Run docs build on PRs too
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Oct 22, 2023
1 parent 33f2ca5 commit 08afa1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
BuildAndDeploy:
name: Documentation
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand All @@ -23,7 +23,6 @@ jobs:
cache-name: 'docs'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
if: ${{ github.event_name != 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Expand Down

0 comments on commit 08afa1f

Please sign in to comment.