Skip to content

Commit

Permalink
gh action for backport relase
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Nov 29, 2023
1 parent 5e25701 commit 01aff87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-gh-pages-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 01aff87

Please sign in to comment.