File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff 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
@@ -633,7 +633,6 @@ jobs:
633633 name : " Release v${{ env.MAJORMINORPATCH }}"
634634 assets : |
635635 artifacts-cli/mig-cli-${{ env.SEMVER }}-linux-x64.zip
636- artifacts-cli/mig-cli-${{ env.SEMVER }}-win-x64.zip
637636 artifacts-docs/mig-docs-${{ env.SEMVER }}.zip
638637
639638 - name : Publish release with GitReleaseManager
@@ -653,18 +652,3 @@ jobs:
653652 owner : ${{ steps.repo.outputs._0 }}
654653 repository : ${{ steps.repo.outputs._1 }}
655654 milestone : ${{ env.MAJORMINORPATCH }}
656-
657- - name : Unzip docs
658- if : ${{ contains(github.ref, 'refs/heads/main') }}
659- run : |
660- mkdir userguide
661- unzip artifacts-docs/mig-docs-${{ env.SEMVER }}.zip -d userguide/
662- ls -lR userguide/
663-
664- - name : Deploy Docs
665- uses : peaceiris/actions-gh-pages@v3
666- if : ${{ contains(github.ref, 'refs/heads/main') }}
667- with :
668- github_token : ${{ secrets.GITHUB_TOKEN }}
669- publish_dir : userguide/
670- publish_branch : docs
You can’t perform that action at this time.
0 commit comments