Skip to content

Commit

Permalink
Fix docs deploy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioV committed Dec 19, 2020
1 parent 265163d commit d352b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config user.email [email protected]
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: echo "DOCS_TAG=$(echo $RELEASE_VERSION | sed -n "s/v\([0-9]\+\.[0-9]\+\).*$/\1/p")" >> $GITHUB_ENV
- run: git pull -all
- run: git pull --all
- if: startsWith(github.ref, 'refs/tags')
run: mike deploy --push --update-aliases $DOCS_TAG latest
- if: ${{ github.ref == 'refs/heads/develop' }}
Expand Down
2 changes: 2 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
## v0.2.5
- Fix docs deploy typo
## v0.2.4
- Fix broken links in landing page and docs deploy
## v0.2.3
Expand Down

0 comments on commit d352b2c

Please sign in to comment.