Skip to content

Commit

Permalink
pdf path
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Mar 10, 2024
1 parent 319f05c commit c3de928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: fifsky/html-to-pdf-action@master
with:
htmlFile: ${{ env.BUILD_PATH }}/dist/index.html
outputFile: ./pdf/conf2024.pdf
outputFile: ./conf2024.pdf
pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}'
- name: Upload HTML
uses: actions/upload-artifact@v4
Expand All @@ -85,7 +85,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: PDF
path: ./pdf/conf2024.pdf
path: ./conf2024.pdf
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
Expand Down

0 comments on commit c3de928

Please sign in to comment.