We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7d6a3 commit 0caf6e0Copy full SHA for 0caf6e0
1 file changed
.github/workflows/docs.yml
@@ -19,10 +19,12 @@ jobs:
19
python-version: 3.x
20
- name: Install mkdocs
21
run: pip install mkdocs-material
22
+ - name: Install mike
23
+ run: pip install mike
24
- name: Set up git credentials
25
uses: oleksiyrudenko/gha-git-credentials@v2-latest
26
with:
27
global: true
28
token: ${{ secrets.USER_TOKEN }}
29
- name: Deploy docs
- 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