Skip to content

Commit

Permalink
fix(workflows); docs running in parallel with build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Aug 3, 2023
1 parent 9a6a03f commit b6c4945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if-no-files-found: error

push:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
directory: ./docs/api/${{ inputs.project }}

deploy:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b6c4945

Please sign in to comment.