Skip to content

Commit

Permalink
workflows(docs): fix docs deployment running in parallel with build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Jul 31, 2023
1 parent c1f5a11 commit 64ea460
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
directory: ./docs/api/${{ inputs.project }}

deploy:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs/docs-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
directory: ./docs/api/kipher-core

deploy:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs/docs-digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
directory: ./docs/api/kipher-digest

deploy:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs/docs-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
directory: ./docs/api/kipher-mac

deploy:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs/docs-symmetric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
directory: ./docs/api/kipher-symmetric

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

0 comments on commit 64ea460

Please sign in to comment.