diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml deleted file mode 100644 index 8bb36613..00000000 --- a/.github/workflows/retype-action.yml +++ /dev/null @@ -1,24 +0,0 @@ -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