Skip to content

Commit

Permalink
Update docs.yml for EOL github action versions (#518)
Browse files Browse the repository at this point in the history
* dummy pr to check CI

* Update ctest.yml

* updated to v3

* Update docs.yml
  • Loading branch information
KjellKod authored May 18, 2024
1 parent 095ed1c commit 7bbd52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.10
- run: pip install mkdocs-material
- name: Build site
run: mkdocs build
Expand Down

0 comments on commit 7bbd52d

Please sign in to comment.