Merge pull request 'added: missing CI run' (#17) from fix/missing-run-ci into main
Reviewed-on: #17
This commit is contained in:
commit
e96b64cd46
|
@ -12,6 +12,10 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Install Typst CLI
|
||||||
|
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
|
||||||
|
- name: Run CI
|
||||||
|
run: bash -c ./run-ci.sh
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create-release
|
id: create-release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
|
Loading…
Reference in New Issue