diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 924e4b9..2886626 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,4 +50,11 @@ jobs: charts_dir: "./" skip_existing: true env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Merge to gh-pages 📖 + uses: devmasx/merge-branch@1.4.0 + with: + type: now + from_branch: main + target_branch: gh-pages + github_token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file