Skip to content

Commit 0caf6e0

Browse files
authored
Fix potato docs publishing
1 parent 6d7d6a3 commit 0caf6e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
python-version: 3.x
2020
- name: Install mkdocs
2121
run: pip install mkdocs-material
22+
- name: Install mike
23+
run: pip install mike
2224
- name: Set up git credentials
2325
uses: oleksiyrudenko/gha-git-credentials@v2-latest
2426
with:
2527
global: true
2628
token: ${{ secrets.USER_TOKEN }}
2729
- name: Deploy docs
28-
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
30+
run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest

0 commit comments

Comments
 (0)