Skip to content

Commit df7d248

Browse files
committed
Debug build workflow
1 parent 734fc48 commit df7d248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
run: curl -fsSL https://github.com/getzola/zola/releases/download/v0.20.0/zola-v0.20.0-x86_64-unknown-linux-gnu.tar.gz | tar xz
2323
- name: Build site
2424
run: ./zola build
25+
- name: Debug
26+
run: ls -l
2527
- name: Upload static files as artifact
2628
uses: actions/upload-pages-artifact@v3
2729
with:
28-
path: ./public/
30+
path: public
2931

3032
deploy:
3133
needs: build

0 commit comments

Comments
 (0)