Skip to content

Commit 3f4deda

Browse files
author
Maciej
committed
test workflow
1 parent 2638e27 commit 3f4deda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
pip install -r docs/requirements.txt
3737
3838
- name: Build documentation
39-
run: mkdocs build --config-file docs/mkdocs.yml
39+
run: |
40+
mkdocs build --config-file docs/mkdocs.yml
4041
4142
- name: Create commit
4243
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)