From c814c92c163089a64692e39cfa6b9e0ab18b7941 Mon Sep 17 00:00:00 2001 From: hrenaud Date: Thu, 30 Nov 2023 23:08:07 +0100 Subject: [PATCH] Create retype-action.yml --- .github/workflows/retype-action.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/retype-action.yml diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml new file mode 100644 index 0000000..8bb3661 --- /dev/null +++ b/.github/workflows/retype-action.yml @@ -0,0 +1,24 @@ +name: Publish Retype powered website to GitHub Pages +on: + workflow_dispatch: + push: + branches: + - main + +jobs: + publish: + name: Publish to retype branch + + runs-on: ubuntu-latest + + permissions: + contents: write + + steps: + - uses: actions/checkout@v3 + + - uses: retypeapp/action-build@latest + + - uses: retypeapp/action-github-pages@latest + with: + update-branch: true