We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb19a1 commit 6a24ae0Copy full SHA for 6a24ae0
1 file changed
.github/workflows/pages.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Setup Pages
46
id: pages
47
uses: actions/configure-pages@v5
48
- - name: Install dependencies
49
- run: npm install
+ #- name: Install dependencies
+ # run: npm install
50
- name: Install Node.js dependencies
51
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52
- name: Build with Hugo
0 commit comments