Skip to content

Commit

Permalink
Create retype-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Mar 23, 2023
1 parent acd1961 commit 43bf9ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

steps:
- uses: actions/checkout@v2

- uses: retypeapp/action-build@latest

- uses: retypeapp/action-github-pages@latest
with:
update-branch: true

0 comments on commit 43bf9ab

Please sign in to comment.