Skip to content

Commit

Permalink
gha - correctly build prerelease after a update of downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jul 1, 2024
1 parent b7084b5 commit a6ec62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Render
uses: quarto-dev/quarto-actions/render@v2
env:
QUARTO_PROFILE: ${{ (inputs.prerelease == 'true' || (contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref == 'refs/heads/prerelease')) && 'prerelease-docs' || '' }}
QUARTO_PROFILE: ${{ (inputs.prerelease || (contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref == 'refs/heads/prerelease')) && 'prerelease-docs' || '' }}

- name: Publish release website
# Only do this step if
Expand Down

0 comments on commit a6ec62b

Please sign in to comment.