Skip to content

Commit 6a24ae0

Browse files
committed
[CICD] Disable NPM (unused)
1 parent 6bb19a1 commit 6a24ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Setup Pages
4646
id: pages
4747
uses: actions/configure-pages@v5
48-
- name: Install dependencies
49-
run: npm install
48+
#- name: Install dependencies
49+
# run: npm install
5050
- name: Install Node.js dependencies
5151
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5252
- name: Build with Hugo

0 commit comments

Comments
 (0)