Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum authored Jan 14, 2022
1 parent 858451c commit a6871c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- v3.0.0
- master

jobs:
deploy:
Expand Down Expand Up @@ -35,9 +35,9 @@ jobs:
run: |
mike list
- name: Mike Deploy v3.0.0
- name: Mike Deploy master
run: |
mike deploy v3.0.0 -p --rebase
mike deploy master -p --rebase
mike list
# - name: Deploy
Expand Down

0 comments on commit a6871c5

Please sign in to comment.