Use JamesIves/github-pages-deploy-action

With Ubuntu 20.04, doxygen 1.8.17 is used. Before it was using 1.8.13.
This commit is contained in:
Crayon2000 2020-10-16 21:36:22 -04:00
parent 504be4ba4d
commit 346108b8a5

View file

@ -9,7 +9,7 @@ jobs:
doc: doc:
name: Deploy documentation name: Deploy documentation
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
@ -29,7 +29,8 @@ jobs:
mv latex/refman.pdf doc/PDF-documentation.pdf mv latex/refman.pdf doc/PDF-documentation.pdf
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: maxheld83/ghpages@v0.3.0 uses: JamesIves/github-pages-deploy-action@3.6.2
env: with:
BUILD_DIR: ./doc GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }} BRANCH: gh-pages
FOLDER: doc