Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier authored Sep 24, 2024
1 parent 39d668c commit 123bd13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -20,10 +20,10 @@ jobs:
python -m pip install mkdocs-material mkdocstrings mkdocs-minify-plugin
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Set up Python 3.7
uses: actions/setup-python@v2
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.9'

- name: Deploy with MkDocs
run: mkdocs gh-deploy

0 comments on commit 123bd13

Please sign in to comment.