Skip to content

Commit

Permalink
Add uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 29, 2024
1 parent 647a0cc commit 6c260e7
Show file tree
Hide file tree
Showing 3 changed files with 4,510 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
uv run pytest . --verbose
- name: Install mkdocs
run: |
uv pip install -r requirements_docs.txt
uv run mkdocs build
run: uv run mkdocs build
env:
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
uv run pytest . --verbose
- name: Install mkdocs
run: |
uv pip install -r requirements_docs.txt
uv run mkdocs gh-deploy --force
run: uv run mkdocs gh-deploy --force
env:
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
Loading

0 comments on commit 6c260e7

Please sign in to comment.