Update doxygen.yaml
This commit is contained in:
parent
c722d2cf24
commit
e55df59d62
4
.github/workflows/doxygen.yaml
vendored
4
.github/workflows/doxygen.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3.3.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
CTRU_VERSION=${{ steps.vars.outputs.tag }} doxygen Doxyfile
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
|
Loading…
Reference in New Issue
Block a user