Skip to content

Commit

Permalink
added build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Node-Kid committed Sep 15, 2023
1 parent f75b408 commit 3bf0e60
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 3bf0e60

Please sign in to comment.