Skip to content

Commit 68e227b

Browse files
Update generate-pdf-from-latex.yml
1 parent d5deccd commit 68e227b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-pdf-from-latex.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
- name: Compile LaTeX to PDF
1515
uses: xu-cheng/latex-action@v2
1616
with:
17-
root_file: documentation/documentation.tex
18-
working_directory: freephoenix888
17+
root_file: documentation.tex
18+
working_directory: freephoenix888/documentation
1919

2020
- name: Upload PDF
2121
uses: actions/upload-artifact@v2
2222
with:
2323
name: generated-pdf
24-
path: ./freephoenix888/documentation.pdf
24+
path: ./freephoenix888/documentation/documentation.pdf
2525

2626
- name: Create Release
2727
id: create_release
2828
uses: softprops/action-gh-release@v1
2929
with:
30-
files: ./freephoenix888/documentation.pdf
30+
files: ./freephoenix888/documentation/documentation.pdf
3131
tag_name: v${{ github.run_number }}
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)