File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
29
29
- name : LaTeX compile
30
30
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=. ;
35
35
36
36
- name : Certificate compile
37
37
run : |
You can’t perform that action at this time.
0 commit comments