Skip to content

Commit

Permalink
[CICD] Disable NPM (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Jul 16, 2024
1 parent 6bb19a1 commit 6a24ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install dependencies
run: npm install
#- name: Install dependencies
# run: npm install
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
Expand Down

0 comments on commit 6a24ae0

Please sign in to comment.