Skip to content

Commit

Permalink
matched latex naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Mar 5, 2024
1 parent ec242f4 commit 4b4df01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
uses: docker://texlive/texlive:latest
with:
args: make -C docs/_build/latex
- run: |
cp docs/_build/latex/dicee.pdf docs/_build/html/
- name: Copy Latex pdf to ./html
run: |
cp docs/_build/latex/diceembeddings.pdf docs/_build/html/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 4b4df01

Please sign in to comment.