Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 21, 2023
1 parent 3b1c45a commit 75ade45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
args: --non-interactive --skip-existing *


deploy:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -165,6 +165,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install requirements.txt
- run: pip install -r requirements.txt
working-directory: polars_distance
- run: mkdocs gh-deploy --force

0 comments on commit 75ade45

Please sign in to comment.