From 01aff871c7e80d83824f19dfe7efd2850d662670 Mon Sep 17 00:00:00 2001 From: witmicko Date: Wed, 29 Nov 2023 14:48:13 +0000 Subject: [PATCH] gh action for backport relase --- .github/workflows/publish-gh-pages-backport.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/publish-gh-pages-backport.yml b/.github/workflows/publish-gh-pages-backport.yml index 05012eb..ad28542 100644 --- a/.github/workflows/publish-gh-pages-backport.yml +++ b/.github/workflows/publish-gh-pages-backport.yml @@ -55,10 +55,3 @@ jobs: git add . git commit -m "Update gh-pages" git push origin gh-pages-backport -f - - # - name: Deploy to `${{ env.BASE_REF }}` directory of `gh-pages` branch - # uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # publish_dir: ./dist - # destination_dir: ${{ matrix.version }}