Skip to content

Commit

Permalink
chore: fix docs release ci (#279)
Browse files Browse the repository at this point in the history
The release workflow wasnt running the docs job because of an `if`
clause leftover from the manual workflow.
  • Loading branch information
hugomrdias authored Dec 12, 2022
1 parent ab981fb commit 659b4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
pages: write
id-token: write
runs-on: ubuntu-latest
if: github.event.inputs.package == 'docs'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 659b4dc

Please sign in to comment.