Skip to content

Commit

Permalink
Update pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 12, 2024
1 parent 74635e1 commit a8ae843
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
- main
workflow_dispatch:
jobs:
build:
pdf:
runs-on: ubuntu-latest
steps:
- name: Build PDF
run: docker run --rm -it -v $(pwd)/pdf:/app/pdf openbayes/docusaurus-prince-pdf -u https://docs.projectbluefin.io

- name: Upload results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a8ae843

Please sign in to comment.