Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lkndl authored Jan 15, 2025
1 parent 3b1a513 commit dd733d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: compile Typst documents
on: [push, workflow_dispatch, pull_request]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Compile Typst Files
uses: ammar-ahmed22/compile-typst-action@v1
with:
Expand Down

0 comments on commit dd733d6

Please sign in to comment.