We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1312043 commit 4ae8c24Copy full SHA for 4ae8c24
.github/workflows/hugo.yml
@@ -31,7 +31,7 @@ jobs:
31
extended: true
32
33
- name: Build
34
- run: hugo build
+ run: ls -l && hugo build && ls -l ./public/
35
36
- name: Upload Pages artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments