This commit is contained in:
@@ -20,6 +20,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
submodules: false
|
||||||
|
lfs: false
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} # Gitea provides this
|
||||||
|
|
||||||
- name: Show Typst & OS versions
|
- name: Show Typst & OS versions
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user