Skip to content

Commit

Permalink
Fix potato docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Genau6502 authored Sep 3, 2021
1 parent 6d7d6a3 commit 0caf6e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
python-version: 3.x
- name: Install mkdocs
run: pip install mkdocs-material
- name: Install mike
run: pip install mike
- name: Set up git credentials
uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
global: true
token: ${{ secrets.USER_TOKEN }}
- name: Deploy docs
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest

0 comments on commit 0caf6e0

Please sign in to comment.