Skip to content

Commit

Permalink
Del existing PDFs to prove working
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Mar 18, 2024
1 parent 212dc8f commit fb1b247
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: baileyjm02/markdown-to-pdf@v1
with:
input_dir: packaging
output_dir: packaging
output_dir: packaging/pdfs
build_html: false

- name: List contents of packaging directory
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: docs
path: packaging
path: packaging/pdfs

# build:
# name: ${{ matrix.config.name }}
Expand Down
Binary file removed packaging/LICENSE.pdf
Binary file not shown.
Binary file removed packaging/README.pdf
Binary file not shown.

0 comments on commit fb1b247

Please sign in to comment.