Skip to content

Commit

Permalink
remove -v
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Mar 10, 2024
1 parent e651b57 commit 634f2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd oi-wiki-export-typst
node index.js ../OI-wiki
typst -v compile oi-wiki-export.typ --font-path .fonts
typst compile oi-wiki-export.typ --font-path .fonts
- name: Create Tag
id: create_tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cd oi-wiki-export-typst
node index.js ../OI-wiki
typst -v compile oi-wiki-export.typ --font-path .fonts
typst compile oi-wiki-export.typ --font-path .fonts
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 634f2d6

Please sign in to comment.