-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38a6d73
commit 954d68e
Showing
5 changed files
with
66 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,15 @@ name: Publish docs via GitHub Pages | |
on: | ||
push: | ||
branches: | ||
# Remember to add v before the following version number unless the version is master. | ||
- master | ||
- v3.2.0 | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 # fetch all commits/branches for gitversion | ||
fetch-depth: 1 # fetch all commits/branches for gitversion | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v1 | ||
|
@@ -25,11 +24,12 @@ jobs: | |
- name: Git Config | ||
run: git config user.name whitewum && git config user.email [email protected] | ||
|
||
- name: Mike Deploy master | ||
- name: Mike Deploy 3.2.0 | ||
run: | | ||
# mike delete master -p | ||
# mike delete v3.2.0 -p | ||
mike list | ||
mike deploy master -p --rebase | ||
mike deploy 3.2.0 -p --rebase | ||
mike set-default 3.2.0 -p --rebase | ||
mike list | ||
# - name: Deploy | ||
|
2 changes: 1 addition & 1 deletion
2
docs-2.0/20.appendix/release-notes/dashboard-comm-release-note.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters