Skip to content

Commit 5d28801

Browse files
authored
Update mkdocs.yml
1 parent 32dba3d commit 5d28801

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/mkdocs.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,4 @@ jobs:
3939
env:
4040
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4141
run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
42-
- name: Setup Docs Deploy
43-
run: git config --global user.name "Docs Deploy"
44-
- name: Setup Docs Email
45-
run: git config --global user.email "[email protected]"
46-
- name: Build Docs Website
47-
run: mike deploy main
42+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)