Skip to content

Commit

Permalink
Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 14, 2024
1 parent a255fa7 commit aca3b6a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_fluid_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
export DISPLAY=:19
cmake --build . --config Debug --target fluid_docs
cmake --build . --config Debug --target fluid_pdf
- name: Store pdf as an Artefact
uses: actions/upload-artifact@v4
with:
name: fluid-pdf
path: build/fluid/documentation/fluid.pdf
retention-days: 3
overwrite: true
- name: Store pdf as an artifact
uses: actions/upload-artifact@v4
with:
name: fluid-pdf
path: build/fluid/documentation/fluid.pdf
retention-days: 3
overwrite: true

# path: ${{github.workspace}}/build/fluid/documentation/fluid.pdf

0 comments on commit aca3b6a

Please sign in to comment.