Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
ci: only upload output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed May 1, 2024
1 parent 2618151 commit 1e59df2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@ jobs:
with:
cache-dependency-path: main.typ
- name: Compile
run: typst compile --font-path ./ main.typ thesis.pdf
run: typst compile --font-path ./ main.typ output/thesis.pdf

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./output
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
artifact-name: thesis
path: ./output

# Deployment job
deploy:
Expand Down
Binary file removed Thesis Air Drumming.pdf
Binary file not shown.
File renamed without changes.

0 comments on commit 1e59df2

Please sign in to comment.