Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 authored Oct 2, 2024
1 parent 9a62365 commit a0c3767
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 @@ -6,7 +6,7 @@ on:
jobs:

deploying_mkdoc:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: mkdocs
uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
cd docs ; mkdocs gh-deploy --force --clean --verbose

deploying_doxygen:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: deploying_mkdoc
steps:
- name: doxygen
Expand Down

0 comments on commit a0c3767

Please sign in to comment.