fix retype
This commit is contained in:
parent
b081a3447d
commit
940d313093
1 changed files with 5 additions and 1 deletions
6
.github/workflows/retype-action.yml
vendored
6
.github/workflows/retype-action.yml
vendored
|
|
@ -13,10 +13,14 @@ jobs:
|
|||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
- uses: retypeapp/action-build@latest
|
||||
|
||||
- uses: retypeapp/action-github-pages@latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue