ci: test workflow

This commit is contained in:
Wivik 2023-08-21 20:43:52 +02:00
parent cd01a09901
commit fa0acd33de
No known key found for this signature in database
GPG Key ID: 4C47CF1D8592D50F

View File

@ -34,11 +34,11 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.116.0'
hugo-version: '0.116.1'
extended: true
- name: Run hugo build
run: |
cd sample && hugo >> $GITHUB_STEP_SUMMARY
cd sample && hugo| tee -a $GITHUB_STEP_SUMMARY