Skip to content

Commit 3db399f

Browse files
committed
Create output directory in actions
1 parent 281ba42 commit 3db399f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compileandrelease.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Set up Git repository
1313
uses: actions/checkout@v2
1414

15+
- name: Create output directory
16+
run: mkdir output
17+
1518
- name: Compile LaTeX document
1619
run: chktex cv-en.tex cv-fr.tex cv.cls
1720

0 commit comments

Comments
 (0)