diff options
| author | 2025-10-14 17:08:41 +0800 | |
|---|---|---|
| committer | 2026-03-12 19:44:48 +0300 | |
| commit | 0bca32791fca42d2c230308cccf23c7f49841743 (patch) | |
| tree | 1342e1c257274af89e5d161737cf5a0f0c94560f /.github | |
| parent | bc1b455a5e84e50b3df1dc550ad6d7a200e70be6 (diff) | |
| download | OneRoll-0bca32791fca42d2c230308cccf23c7f49841743.tar.gz OneRoll-0bca32791fca42d2c230308cccf23c7f49841743.zip | |
Diffstat (limited to '.github')
| -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 |