Skip to content

Commit 9fe523d

Browse files
committed
Attempting manual yml for deploy
1 parent 24bf747 commit 9fe523d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/Deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
40+
- uses: actions/setup-node@v4
41+
with:
42+
node-version: '24'
43+
registry-url: 'https://registry.npmjs.org'
4044
- name: 'Run: Deploy'
4145
run: ./build.cmd Deploy
4246
env:

_build/Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
WritePermissions = new[] {
4747
GitHubActionsPermissions.IdToken,
4848
GitHubActionsPermissions.Contents,
49-
}
49+
},
50+
AutoGenerate = false
5051
)]
5152
[GitHubActions(
5253
"Publish_Site",

0 commit comments

Comments
 (0)