Skip to content

Commit

Permalink
- Update R and Python virtual environments
Browse files Browse the repository at this point in the history
- Add GH actions CI support for tests and docker
- Add release and test badges to README
  • Loading branch information
JulioV committed Dec 20, 2020
1 parent 5551a1e commit 29e3d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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
- if: startsWith(github.ref, 'refs/tags')
run: mike deploy --push --update-aliases $DOCS_TAG latest
- if: ${{ github.ref == 'refs/heads/develop' }}
Expand Down
4 changes: 3 additions & 1 deletion docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

## next release (0.3.0)
## 0.3.0
- Update R and Python virtual environments
- Add GH actions CI support for tests and docker
- Add release and test badges to README
## v0.2.6
- Fix old versions banner on nested pages
## v0.2.5
Expand Down

0 comments on commit 29e3d9b

Please sign in to comment.