Compare commits
No commits in common. "e96b64cd46724e0dcf5cb1caa131b0cc05c3ede0" and "8c3534f8d4db20db3d01d8b8e3c502a0953837eb" have entirely different histories.
e96b64cd46
...
8c3534f8d4
|
@ -12,10 +12,6 @@ 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