We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a2c54 commit 40be576Copy full SHA for 40be576
.github/workflows/publish-website-to-github-pages.yml
@@ -16,6 +16,10 @@ jobs:
16
steps:
17
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
18
19
+ - uses: "actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9" # v4.3.1
20
+ with:
21
+ dotnet-version: "9.0.x"
22
+
23
- uses: "retypeapp/action-build@0f5c1e55453d13ec21ac8c441c9ebce6b2c4b0b0" # v3.7.0
24
25
- uses: "retypeapp/action-github-pages@5a952a4f53fc7366288db464ec120f755e9f1303" # v3.7.0
0 commit comments