Skip to content

Commit

Permalink
Revert gh-actions for docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Aug 7, 2024
1 parent 945c8f9 commit 5368ea9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get the latest version
run: echo "version=$(curl --silent -m 10 --connect-timeout 5 "https://api.github.com/repos/loxilb-io/loxilb/releases/latest" | jq -r .name)" >> "$GITHUB_ENV"
- name: Publish docs
run: |
mike deploy --push ${{ env.version }}
mike set-default ${{ env.version }}
run: mkdocs gh-deploy
#run: |
# mike deploy --push ${{ env.version }}
# mike set-default ${{ env.version }}

0 comments on commit 5368ea9

Please sign in to comment.