commit 6eb2fa083c124a050fc32771a70eb40e6e6db53e parent 4eb3c655082f1976596aacf9913f7ffa61bac974 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Wed, 13 May 2026 22:27:31 +0530 Merge branch 'main' of https://github.com/notamitgamer/bsc Diffstat:
| A | .github/workflows/retype.yml | | | 27 | +++++++++++++++++++++++++++ |
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/retype.yml b/.github/workflows/retype.yml @@ -0,0 +1,27 @@ +name: Publish Retype +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + publish: + name: Publish to retype branch + runs-on: ubuntu-latest + permissions: + contents: write + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Build Retype Website + uses: retypeapp/action-build@latest + with: + key: ${{ secrets.RETYPE_KEY }} + + - name: Publish to GitHub Pages + uses: retypeapp/action-github-pages@latest + with: + update-branch: true