Skip to content

Commit a4c63a5

Browse files
committed
feat: rendering release slides with handout watermark
1 parent 83c7b15 commit a4c63a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
- name: LaTeX compile
3030
run: |
31-
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml ;
32-
./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml
33-
./render --master-tex Snakemake_HPC_User_Creator_Combi.tex --configfile config/config_for_github.yaml
31+
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml --handout;
32+
./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml --handout ;
33+
./render --master-tex Snakemake_HPC_User_Creator_Combi.tex --configfile config/config_for_github.yaml --handout ;
3434
./render --master-tex Snakemake_HPC_Admins.tex --configfile config/config_for_github.yaml ;
3535
3636
- name: Certificate compile

0 commit comments

Comments
 (0)