diff options
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a26889a..d8a2c96 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,12 +33,8 @@ jobs: uses: xu-cheng/texlive-action@v3 with: run: | - pwd - ls -l - cd ./docs - make latexpdf - cd ./_build/latex - # make + cd ./docs/_build/latex + make cp *.pdf ../html/_static/ - name: Deploy to GitHub Pages |
