Skip to content

Commit 9954236

Browse files
authored
Fix docs path
Signed-off-by: Victor Chang <[email protected]>
1 parent b842b25 commit 9954236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ jobs:
607607
if: ${{ contains(github.ref, 'refs/heads/main') }}
608608
run: |
609609
mkdir userguide
610-
unzip artifacts/mig-docs-${{ env.SEMVER }}.zip -d userguide/
610+
unzip artifacts-docs/mig-docs-${{ env.SEMVER }}.zip -d userguide/
611611
ls -lR userguide/
612612
613613
- name: Deploy Docs

0 commit comments

Comments
 (0)