We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9234b5 commit 1963e7eCopy full SHA for 1963e7e
.github/workflows/documentation.yml
@@ -28,16 +28,17 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
31
- - uses: ./.github/actions/setup-env
32
- - name: Install dependencies
+ - name: Set up the environment
+ uses: ./.github/actions/setup-env
33
+ - name: Install doc dependencies
34
run: |
35
poetry install --with doc --no-interaction
36
- name: List directories
37
38
ls -la
39
- name: Build Documentation
40
- mkdocs build -f docs/mkdocs.yml -d docs/_build
41
+ poetry mkdocs build -f docs/mkdocs.yml -d docs/_build
42
- name: Add files
43
44
echo "nebula.enriquetomasmb.com" > docs/_build/CNAME
0 commit comments