Skip to content

Commit 5e2e45d

Browse files
committed
fix: added missing --sample-directory flag
1 parent 9350d94 commit 5e2e45d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

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

2929
- name: LaTeX compile
3030
run: |
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 ;
34-
./render --master-tex Snakemake_HPC_Admins.tex --configfile config/config_for_github.yaml ;
31+
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml --handout --sample-directory=.;
32+
./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml --handout --sample-directory=.;
33+
./render --master-tex Snakemake_HPC_User_Creator_Combi.tex --configfile config/config_for_github.yaml --handout --sample-directory=.;
34+
./render --master-tex Snakemake_HPC_Admins.tex --configfile config/config_for_github.yaml --handout --sample-directory=.;
3535
3636
- name: Certificate compile
3737
run: |

0 commit comments

Comments
 (0)