Skip to content

Commit

Permalink
aaah
Browse files Browse the repository at this point in the history
  • Loading branch information
Chwiggy committed Apr 19, 2024
1 parent ff13b05 commit a54f52d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ on:
jobs:
permissions:
contents: write
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: src/thesis.typ
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: src/thesis.typ

- name: Upload PDF file
uses: svenstaro/upload-release-action@v2
with:
file: src/thesis.pdf
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
- name: Upload PDF file
uses: svenstaro/upload-release-action@v2
with:
file: src/thesis.pdf
asset_name: mything
tag: ${{ github.ref }}
overwrite: true

0 comments on commit a54f52d

Please sign in to comment.