Skip to content

Commit

Permalink
docs: --force on deply
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Sep 11, 2023
1 parent 580e1f7 commit e436dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- run: pip install ".[dev]"
- run: git config --local user.name "docs-bot"
- run: git config --local user.email "[email protected]"
- run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
- run: mike set-default latest latest --push
- run: mike deploy --push --force --update-aliases ${{ github.event.release.tag_name }} latest
- run: mike set-default latest --push --force
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"more_itertools",
"pyarrow"
]
version = "1.3.0"
version = "1.4.0"
description = "A wrapper for multi-fidelity benchmarks with priors"
authors = [{name = "Eddie Bergman", email="[email protected]"}]
readme = "README.md"
Expand Down

0 comments on commit e436dd1

Please sign in to comment.