Skip to content

Commit

Permalink
actions fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
iamteles authored Dec 26, 2024
1 parent e1e678f commit 0e2384c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
runs-on: ubuntu-latest
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
with:
branch: main
update-branch: true
directory: /wiki
directory: /wiki

0 comments on commit 0e2384c

Please sign in to comment.