We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80722b0 commit 78b6523Copy full SHA for 78b6523
.github/workflows/build-docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
defaults:
12
run:
13
- shell: bash -l {0}
+ shell: bash -x -l {0}
14
steps:
15
- name: Checkout main
16
uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
62
git config user.email [email protected]
63
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/bactopia/bactopia/releases/latest | jq -r ".tag_name")
64
echo ${LATEST_RELEASE}
65
- mike deploy --config-file mkdocs.insiders.yml --update-aliases ${LATEST_RELEASE} latest
+ mike deploy --push --update-aliases ${LATEST_RELEASE} latest
66
mike set-default --push latest
67
68
- name: Commit changes
mkdocs.insiders.yml
0 commit comments