Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoFabbri authored Jul 5, 2024
1 parent a09dba8 commit 2a74c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: docker://ghcr.io/michal-h21/make4ht-action:latest
env:
command: "make4ht -d out main.tex"
- run: |
cd out
mv main.html index.html
- uses: actions/upload-artifact@v4.3.3
with:
name: main-pdf
Expand Down

0 comments on commit 2a74c30

Please sign in to comment.