Skip to content

Commit 78b6523

Browse files
committed
tweak ci
1 parent 80722b0 commit 78b6523

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:
13-
shell: bash -l {0}
13+
shell: bash -x -l {0}
1414
steps:
1515
- name: Checkout main
1616
uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262
git config user.email [email protected]
6363
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/bactopia/bactopia/releases/latest | jq -r ".tag_name")
6464
echo ${LATEST_RELEASE}
65-
mike deploy --config-file mkdocs.insiders.yml --update-aliases ${LATEST_RELEASE} latest
65+
mike deploy --push --update-aliases ${LATEST_RELEASE} latest
6666
mike set-default --push latest
6767
6868
- name: Commit changes

mkdocs.insiders.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)