Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey authored Oct 25, 2024
1 parent d13e059 commit afd4e2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on: push
jobs:
build_typst_documents:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -17,3 +21,4 @@ jobs:
name: PDFs
path: |
report.pdf
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit afd4e2d

Please sign in to comment.