Skip to content

Commit

Permalink
Fix dependency of CD jobs in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 27, 2021
1 parent 8e5e00e commit 783bffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
deploy-docs:
name: Deploy new documentation
runs-on: ubuntu-latest
needs: publish-package
needs: update-and-publish

steps:
- name: Checkout repository
Expand Down

0 comments on commit 783bffc

Please sign in to comment.