Skip to content

Commit 260b324

Browse files
authored
Update hugo.yml
1 parent d81d7d4 commit 260b324

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/hugo.yml

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
46-
- name: Setup Pages
47-
id: pages
48-
uses: actions/configure-pages@v5
49-
- name: Install Node.js dependencies
50-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5146
- name: Build with Hugo
5247
env:
5348
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)