mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
add: dump step
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -28,3 +28,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
hugo-version: ${{ matrix.hugo-version }}
|
hugo-version: ${{ matrix.hugo-version }}
|
||||||
extended: ${{ matrix.extended }}
|
extended: ${{ matrix.extended }}
|
||||||
|
|
||||||
|
- name: Dump
|
||||||
|
run: |
|
||||||
|
ls -la /usr/local
|
||||||
|
ls -la ${GOPATH}
|
||||||
|
#hugo version
|
||||||
|
|||||||
Reference in New Issue
Block a user