Skip to content

Commit 1dfe39b

Browse files
committed
fix .github/workflows
1 parent 66bffb4 commit 1dfe39b

File tree

7 files changed

+4395
-889
lines changed

7 files changed

+4395
-889
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.126.0
35+
HUGO_VERSION: 0.150.0
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!.npmrc
2+
!.gitignore

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
enable-pre-post-scripts=true
2+
auto-install-peers=true
3+
node-linker=hoisted
4+
prefer-symlinked-executables=false

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"editor.tabSize": 2,
66
"editor.insertSpaces": true,
77
"files.exclude": {
8-
"**/public": true,
98
"**/node_modules": true,
109
"**/.envrc": true,
11-
"**/resources": true,
12-
"**/Thumbs.db": true
10+
"**/.direnv": true,
11+
"**/public": true,
12+
"**/resources": true
1313
}
1414
}

bun.lock

Lines changed: 0 additions & 883 deletions
This file was deleted.

devshell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
go,
44
hugo,
55
git,
6-
bun,
6+
nodejs_24,
77
...
88
}: let
99
in
@@ -12,6 +12,6 @@ in
1212
go
1313
hugo
1414
git
15-
bun
15+
nodejs_24
1616
];
1717
}

0 commit comments

Comments
 (0)