Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Oct 31, 2023
1 parent af8cab7 commit d0db3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
git config --local user.name "github-actions[bot]"
- name: deploy doc in subdirectory
run: mike deploy $(echo ${{ github.event.ref }} | sed -e "s#refs/heads/##g") --push
run: mike deploy $(echo ${{ github.ref }} | sed -e "s#refs/heads/##g") --push

- name: deploy doc and update alias 'latest' to the new doc deployment
if: github.event_name == 'release' && github.event.action == 'created'
run: mike --push --update-aliases $(echo ${{ github.event.ref }} | sed -e "s#refs/heads/##g") latest
run: mike --push --update-aliases $(echo ${{ github.ref }} | sed -e "s#refs/heads/##g") latest

0 comments on commit d0db3e9

Please sign in to comment.