Skip to content

Commit 31da686

Browse files
author
Zijun Wang
committed
test
1 parent 49ca82d commit 31da686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-doc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build doc
1+
name: publish-doc
22

33
on:
44
push:
@@ -25,5 +25,5 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install mkdocs-material mike
2727
- name: Build
28-
run: mike deploy 1.0.6 latest --update-aliases --push
28+
run: mike deploy 1.0.7 latest --update-aliases --push
2929

0 commit comments

Comments
 (0)