Skip to content

Commit

Permalink
Create pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 12, 2024
1 parent 0ac7605 commit 74635e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Generate Docs PDF
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
- 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:
name: result
# The output filename can be specified with --output option
path: pdf/bluefin.pdf
if-no-files-found: error

0 comments on commit 74635e1

Please sign in to comment.