We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96bb79 commit 88c5660Copy full SHA for 88c5660
1 file changed
.github/workflows/retype-action.yml
@@ -1,6 +1,6 @@
1
name: Publish documentation website to GitHub Pages
2
on:
3
- workflow_dispatch: {}
+ workflow_dispatch:
4
push:
5
branches: ["main"]
6
@@ -16,14 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
- - uses: actions/setup-dotnet@v1
20
- with:
21
- dotnet-version: 9.0.x
22
-
23
- uses: retypeapp/action-build@latest
24
25
- license: ${{ secrets.RETYPE_API_KEY }}
+ env:
+ RETYPE_KEY: ${{ secrets.RETYPE_API_KEY }}
26
27
- uses: retypeapp/action-github-pages@latest
28
with:
29
- update-branch: true
+ update-branch: true
0 commit comments