Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Vogel e96b64cd46 Merge pull request 'added: missing CI run' (#17) from fix/missing-run-ci into main
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 10s Details
release / release (push) Failing after 13s Details
Reviewed-on: #17
2024-07-04 14:21:14 +00:00
Sven Vogel 60ad15e11c added: missing CI run
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 10s Details
2024-07-04 16:20:33 +02:00
1 changed files with 4 additions and 0 deletions

View File

@ -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