Skip to content

Commit 69e072b

Browse files
authored
fix(ci): release-documentation workflow (#15)
1 parent ef9373c commit 69e072b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-documentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
deploy:
2222
name: Deploy release documentation
2323
runs-on: ubuntu-22.04
24-
defaults:
25-
run:
26-
working-directory: documentation
2724
steps:
2825
- name: Validate semver tag format
2926
id: validate-tag
@@ -63,6 +60,7 @@ jobs:
6360

6461
- name: Deploy documentation
6562
run: |
63+
cd documentation
6664
mike deploy "${{ steps.validate-tag.outputs.version }}" --update-aliases --push
6765
# env:
6866
# # Для дебага, если нужно

0 commit comments

Comments
 (0)