Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Nov 25, 2024
1 parent 0243f1a commit ea7d496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
deploy:
enviroment:
environment:
name: documenation
url: ${{steps.deployement.outputs.page_url}}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- run: uv run mkdocs build --config-file config/mkdocs.yml

- run: uv run mkdocs gh-deploy --force --config-file config/mkdocs.yml
# - run: uv run mkdocs gh-deploy --force --config-file config/mkdocs.yml

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ea7d496

Please sign in to comment.