fix: Updates Github Actions & Azure Pipelines (#1192)
This commit is contained in:
parent
3396338926
commit
5e7dbb53c1
4 changed files with 20 additions and 23 deletions
4
.github/workflows/update-docs.yml
vendored
4
.github/workflows/update-docs.yml
vendored
|
|
@ -9,8 +9,8 @@ jobs:
|
|||
update-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue