Skip to content

Commit

Permalink
feat: adapted github workflow accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 24, 2024
1 parent 0605d6c commit 522856e
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
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Compile LaTeX sources
run: make -C slides
run: |
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml
./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml
- name: Upload .pdf File
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 522856e

Please # to comment.