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