Skip to content

Commit

Permalink
Fix PDF Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeitsnothing committed Jul 13, 2024
1 parent 3a12a09 commit 4bc566f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: '✏️ Create PDF'

on:
push:
paths:
- 'doc/**'

name: '✏️ Create PDF'

jobs:
makepdfs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mkrakowitzer/actions-makepdfs@master
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
with:
markdown_dir: export
output_dir: export
Expand Down

0 comments on commit 4bc566f

Please sign in to comment.