Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 authored Apr 19, 2024
1 parent 13e7abf commit d54adf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mkdocs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: preparing_environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: installing_mkdocs
Expand All @@ -23,7 +23,7 @@ jobs:
needs: deploying_mkdoc
steps:
- name: doxygen
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: debugging
run: echo `pwd`; echo `ls docs` ; echo `ls docs/*`
- name: preparing_doxygen
Expand All @@ -34,7 +34,7 @@ jobs:
- name: debugging_2
run: echo `pwd`; echo `ls docs` ; echo `ls docs/*`
- name: deploy_doxygen
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/docs/html
Expand Down

0 comments on commit d54adf7

Please sign in to comment.