Skip to content

Commit

Permalink
Updating checkout and python setup in documentation actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Jun 3, 2024
1 parent 25d7c99 commit ca4c97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
Expand All @@ -21,4 +21,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: site
clean-exclude: pr-preview/
clean-exclude: pr-preview/

0 comments on commit ca4c97b

Please sign in to comment.