Skip to content

Commit

Permalink
Fix Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Feb 21, 2023
1 parent 9256768 commit 6e3d976
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ jobs:
run: ./drush --uri=dev st
- name: Drush mk:docs
run: composer mk:docs
- name: Mike set-default
- name: Mike config
run: |
mike alias 11.x latest
mike set-default latest
- name: Mike alias
# https://stackoverflow.com/a/59883969/265501
if: github.ref == '11.x'
run: mike alias latest
- name: Mike build
run: mike deploy --push ${GITHUB_REF_NAME}
# Build Doctum to gh-pages/api in the gh-pages branch.
Expand Down

0 comments on commit 6e3d976

Please sign in to comment.