Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
funyin committed Dec 3, 2023
1 parent 3a2ee79 commit 69fff25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: deploy-docs
on:
push:
branches:
Expand Down Expand Up @@ -30,4 +30,5 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
mike delete --all
mike deploy --push --update-aliases 0.0.2 latest

0 comments on commit 69fff25

Please sign in to comment.