Skip to content

Commit

Permalink
Add image dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeitsnothing committed Jul 13, 2024
1 parent faa8dca commit 81a8205
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/create-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
- uses: mkrakowitzer/actions-makepdfs@master
if: github.ref == 'refs/heads/main'
with:
markdown_dir: .
markdown_dir: export
output_dir: export
- uses: actions/upload-artifact@v4
media_dir:
required: true
default: 'images/'
- uses: actions/upload-artifact@v1
with:
name: platform-architecture-docs
path: export
path: export

0 comments on commit 81a8205

Please sign in to comment.