added: missing CI run
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 10s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 10s
Details
This commit is contained in:
parent
8c3534f8d4
commit
60ad15e11c
|
@ -12,6 +12,10 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
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
|
||||
id: create-release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
|
|
Loading…
Reference in New Issue