Skip to content

Commit e0d2cf4

Browse files
authored
ci: remove nodejs steps #403
don't know why these would be needed, so remove them and see what happens
1 parent 9944f73 commit e0d2cf4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/hugo.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
4545
with:
4646
submodules: recursive
4747
fetch-depth: 0
48-
# TODO: is this needed?
49-
- name: Setup Pages
50-
id: pages
51-
uses: actions/configure-pages@v5
52-
# TODO: is this needed?
53-
- name: Install Node.js dependencies
54-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5548
- name: Build with Hugo
5649
env:
5750
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)