Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scillidan committed Jul 10, 2023
2 parents be0044f + fe5fcff commit 4242f73
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/retype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: GitHub Action for Retype
on:
workflow_dispatch:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- uses: retypeapp/action-build@latest
- uses: retypeapp/action-github-pages@latest
with:
branch: retype
update-branch: true

0 comments on commit 4242f73

Please sign in to comment.