We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bf747 commit 9fe523dCopy full SHA for 9fe523d
2 files changed
.github/workflows/Deploy.yml
@@ -37,6 +37,10 @@ jobs:
37
- uses: actions/checkout@v6
38
with:
39
fetch-depth: 0
40
+ - uses: actions/setup-node@v4
41
+ with:
42
+ node-version: '24'
43
+ registry-url: 'https://registry.npmjs.org'
44
- name: 'Run: Deploy'
45
run: ./build.cmd Deploy
46
env:
_build/Build.cs
@@ -46,7 +46,8 @@
WritePermissions = new[] {
47
GitHubActionsPermissions.IdToken,
48
GitHubActionsPermissions.Contents,
49
- }
+ },
50
+ AutoGenerate = false
51
)]
52
[GitHubActions(
53
"Publish_Site",
0 commit comments