Skip to content

Commit

Permalink
Update stable_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi authored Aug 7, 2024
1 parent 27884d9 commit e625dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Install Dependencies
run: |
pip install mkdocs-material
Expand All @@ -25,4 +25,4 @@ jobs:
git config --global user.name "Docs Deploy"
git config --global user.email "docs.deploy@example.co.uk"
- name: Build Docs Website
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} stable
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} stable

0 comments on commit e625dc5

Please sign in to comment.