Skip to content

Commit

Permalink
Update docs-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Nov 28, 2023
1 parent 09156fb commit 0bddcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
paths:
- docs/*
- .github/workflows/docs.yml
- .github/workflows/docs-release.yml
- mkdocs.yml
- HMI/README.md

Expand All @@ -25,5 +25,5 @@ jobs:
- run: cp HMI/README.md docs/hmi-serial-protocol.md
- run: git config --global user.name Docs deploy
- run: git config --global user.email docs@dummy.bot.com
#- run: mike set-default stable
- run: mike set-default stable
- run: mike deploy --push --update-aliases stable

0 comments on commit 0bddcec

Please sign in to comment.