Skip to content

Commit

Permalink
ci: update docs if the commit didn't result in a new release or a new…
Browse files Browse the repository at this point in the history
… release candidate
  • Loading branch information
RuggeroVisintin committed Jan 22, 2024
1 parent e529b5b commit 6866f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: install
run: npm ci
- name: build docs
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.prs_created || !steps.release.outputs.prs_created && !steps.release.outputs.releases_created }}
run: |
npm run build:docs
- name: Setup Pages
Expand Down

0 comments on commit 6866f39

Please sign in to comment.