File tree 1 file changed +1
-17
lines changed 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ jobs:
607
607
if : ${{ contains(github.ref, 'refs/heads/main') }}
608
608
run : |
609
609
mkdir userguide
610
- unzip artifacts/mig-docs-${{ env.SEMVER }}.zip -d userguide/
610
+ unzip artifacts-docs /mig-docs-${{ env.SEMVER }}.zip -d userguide/
611
611
ls -lR userguide/
612
612
613
613
- name : Deploy Docs
@@ -633,7 +633,6 @@ jobs:
633
633
name : " Release v${{ env.MAJORMINORPATCH }}"
634
634
assets : |
635
635
artifacts-cli/mig-cli-${{ env.SEMVER }}-linux-x64.zip
636
- artifacts-cli/mig-cli-${{ env.SEMVER }}-win-x64.zip
637
636
artifacts-docs/mig-docs-${{ env.SEMVER }}.zip
638
637
639
638
- name : Publish release with GitReleaseManager
@@ -653,18 +652,3 @@ jobs:
653
652
owner : ${{ steps.repo.outputs._0 }}
654
653
repository : ${{ steps.repo.outputs._1 }}
655
654
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