Skip to content

Commit 687fe7d

Browse files
authored
fix(ci): fix working-directory (#16)
1 parent 69e072b commit 687fe7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ jobs:
5656
cache: 'pip'
5757

5858
- name: Install dependencies
59+
working-directory: documentation
5960
run: pip install -r requirements.txt
6061

6162
- name: Deploy documentation
63+
working-directory: documentation
6264
run: |
63-
cd documentation
6465
mike deploy "${{ steps.validate-tag.outputs.version }}" --update-aliases --push
6566
# env:
6667
# # Для дебага, если нужно

0 commit comments

Comments
 (0)