Skip to content

Commit

Permalink
Revert branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Feb 14, 2024
1 parent 887ec80 commit 59ca505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
git config user.email "bot@stealthrocket.tech"
- name: Build main branch
if: ${{ github.ref_name == 'mkdocs' }} # TODO: revert to main when debugged
if: ${{ github.ref_name == 'main' }}
run: |
mike deploy --push main
- name: Build tagged version
if: ${{ github.ref_name != 'mkdocs' }} # TODO: revert to main when debugged
if: ${{ github.ref_name != 'main' }}
run: |
mike deploy --push --update-aliases ${{ github.ref_name }} latest

0 comments on commit 59ca505

Please sign in to comment.