-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another attempt at fixing tag rel CI
- Loading branch information
1 parent
e58cf37
commit b31234d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: "Package schema" | ||
uses: docker://ghcr.io/riverbench/ci-worker:main | ||
with: | ||
args: sh -c 'ci-worker package-schema "${GITHUB_REF_NAME#v}" schema release doc_temp' | ||
args: sh -c "ci-worker package-schema \"${GITHUB_REF_NAME#v}\" schema release doc_temp" | ||
|
||
- name: "Generate docs with PyLODE" | ||
run: | | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: "Post-process the docs" | ||
uses: docker://ghcr.io/riverbench/ci-worker:main | ||
with: | ||
args: sh -c 'ci-worker schema-doc-gen "${GITHUB_REF_NAME#v}" doc_temp doc_out' | ||
args: sh -c "ci-worker schema-doc-gen \"${GITHUB_REF_NAME#v}\" doc_temp doc_out" | ||
|
||
- name: Upload files for the release | ||
uses: ncipollo/[email protected] | ||
|