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 2414d8e commit af8cab7
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 ${{ github.ref }} --push
run: mike deploy $(echo ${{ github.event.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 ${{ github.ref }} latest
run: mike --push --update-aliases $(echo ${{ github.event.ref }} | sed -e "s#refs/heads/##g") latest

0 comments on commit af8cab7

Please sign in to comment.