Skip to content

Commit 1963e7e

Browse files
Major changes in dependency management, docs, linting, and checks
1 parent d9234b5 commit 1963e7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
31-
- uses: ./.github/actions/setup-env
32-
- name: Install dependencies
31+
- name: Set up the environment
32+
uses: ./.github/actions/setup-env
33+
- name: Install doc dependencies
3334
run: |
3435
poetry install --with doc --no-interaction
3536
- name: List directories
3637
run: |
3738
ls -la
3839
- name: Build Documentation
3940
run: |
40-
mkdocs build -f docs/mkdocs.yml -d docs/_build
41+
poetry mkdocs build -f docs/mkdocs.yml -d docs/_build
4142
- name: Add files
4243
run: |
4344
echo "nebula.enriquetomasmb.com" > docs/_build/CNAME

0 commit comments

Comments
 (0)