Skip to content

Commit 93a62fa

Browse files
committed
general cleanups
* typo * unneeded comment * fail if output/ directory is missing * better upload name
1 parent ddd9cd1 commit 93a62fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_pdf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate PDF Documenatation
1+
name: Generate PDF Documentation
22

33
on:
44
push:
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
- name: Build Manual PDF
18-
# use sh since bash is not available in the pandoc/latex container
1918
run: ./docs/soar_manual/build.sh
2019
- name: Upload Artifacts
2120
uses: actions/upload-artifact@v4
2221
with:
23-
name: PDFs
24-
path: output
22+
name: soar-manual-pdf
23+
path: output/
24+
if-no-files-found: error

0 commit comments

Comments
 (0)