Skip to content

Commit

Permalink
Merge pull request #126 from kabilar/main
Browse files Browse the repository at this point in the history
Fix bug with docs release
  • Loading branch information
kushalbakshi authored Mar 9, 2023
2 parents 96bbcc3 + 1f0b549 commit 605f91b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
## [0.5.4] - 2023-03-08

+ Add - Requirement for `ipywidgets`
+ Update - Docker Compose file for docs release

## [0.5.3] - 2023-02-23

Expand Down
2 changes: 0 additions & 2 deletions docs/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ services:
if [ -d /main/delete/ ]; then
mv /main/delete/workflow_$${ELEMENT_UNDERSCORE} /main/
mv /main/delete/notebooks/*ipynb /main/docs/src/tutorials/
rm /main/docs/src/tutorials/05*ipynb # CURRENTLY HAS PROBLEMATIC UNICODE STRING
rm /main/docs/src/tutorials/2022-allen*ipynb # DUPLICATES OTHER NOTEBOOKS
rm -fR /main/delete
fi
if echo "$${MODE}" | grep -i live &>/dev/null; then
Expand Down

0 comments on commit 605f91b

Please sign in to comment.