Skip to content

Commit

Permalink
fixup! Merge build.yml and release.yml into a single ci.yml and updat…
Browse files Browse the repository at this point in the history
…e test matrix
  • Loading branch information
nhuet committed May 3, 2024
1 parent ace9ec8 commit b06f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
branch: gh-pages # The branch the action should deploy to.
folder: ${{ inputs.doc-path }} # The folder the action should deploy.
target-folder: ${{ steps.set-doc-version-path.doc_version_path }} # The folder the action should deploy to.
target-folder: ${{ steps.set-doc-version-path.outputs.doc_version_path }} # The folder the action should deploy to.
commit-message: publish documentation
single-commit: true
clean: ${{ inputs.doc-clean }}
Expand Down

0 comments on commit b06f448

Please sign in to comment.