Skip to content

Commit

Permalink
More Mike fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Aug 3, 2024
1 parent 84bcea4 commit c010db3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: ./drush --uri=dev st
- name: Drush mk:docs
run: composer mk:docs
# - name: Mike alias
# run: mike alias 13.x latest
# - name: Mike set-default
# run: mike set-default latest
- name: Mike alias
run: mike alias 13.x latest --update-aliases
- name: Mike set-default
run: mike set-default latest
# See https://github.com/jimporter/mike?tab=readme-ov-file#building-your-docs
- name: Mike deploy
run: mike deploy --update-aliases --push ${GITHUB_REF_NAME} latest
run: mike deploy --push ${GITHUB_REF_NAME}
# Build Doctum to gh-pages/api in the gh-pages branch.
- name: Checkout gh-pages branch
uses: actions/checkout@v2
Expand Down

0 comments on commit c010db3

Please sign in to comment.