Skip to content

Commit d352b30

Browse files
committed
linting
1 parent e953570 commit d352b30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
python -m pip install poetry
2626
poetry install --with docs
2727
- name: Build Sphinx docs
28-
working-directory: docs
29-
run: |
30-
poetry run make html
31-
touch build/html/.nojekyll
32-
ls -la build/html | sed 's/^/BUILD: /'
28+
working-directory: docs
29+
run: |
30+
poetry run make html
31+
touch build/html/.nojekyll
32+
ls -la build/html | sed 's/^/BUILD: /'
3333
- name: Deploy to gh-pages
3434
uses: JamesIves/github-pages-deploy-action@v4
3535
with:

0 commit comments

Comments
 (0)