Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 authored Jan 30, 2024
1 parent 041c076 commit b822eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mkdocs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: preparing_environment
uses: actions/setup-python@v4
with:
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 Down

0 comments on commit b822eaf

Please sign in to comment.