mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
deps: update
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
# - name: Test script
|
||||
# run: npm test
|
||||
|
||||
@@ -31,8 +34,5 @@ jobs:
|
||||
|
||||
- name: Dump
|
||||
run: |
|
||||
echo ${HOME}
|
||||
ls -la ${HOME}
|
||||
ls -la
|
||||
echo ${PATH}
|
||||
hugo version
|
||||
|
||||
Reference in New Issue
Block a user