Skip to content

Commit bf24e8c

Browse files
authored
Change directory before building site in workflow
1 parent 9aa7388 commit bf24e8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
pip install -r workshop/content/requirements.txt
2323
- name: Build site 📦
2424
run: |
25+
cd workshop/content
2526
zensical build --clean --strict
2627
mv site /tmp/
2728
- name: checkout gh-pages branch

0 commit comments

Comments
 (0)