Skip to content

Commit

Permalink
trigger docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Oct 23, 2023
1 parent 93401cd commit 079e456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- docs/**

jobs:
deploy-book:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

## From PyPI
## From PyPI

To install the base package for model prediction, we recommend you use `pip`:

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ links_df = pd.DataFrame(
{
"distance": [0.1, 0.2, 0.3], # miles
"speed": [30, 40, 50], # mph
"grade": [-0.05, 0, 0.05], # decimal
"grade": [-0.05, 0, 0.05], # decimal
}
)

Expand Down

0 comments on commit 079e456

Please sign in to comment.