Skip to content

Commit

Permalink
fix(ci): running mkdocs with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent ef54c18 commit 42a33a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gql-pr.yml → .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: development
name: pull-requests

on: [pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: release

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: installing poetry
run: python -m pip install --upgrade pip && pip install poetry
- name: building docs
run: cd docs/guide/docs && poetry install && poetry shell && mkdocs build
run: cd docs/guide/docs && poetry install && poetry run mkdocs build
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
Expand Down
14 changes: 7 additions & 7 deletions docs/guide/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42a33a4

Please sign in to comment.