From 157f8fad21e8c7e8177f32837030cabccac479e9 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 29 Apr 2022 22:09:22 +0200 Subject: Verify build --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 477d25e..f21c545 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,6 +34,10 @@ jobs: - name: Build run: hugo --source=exampleSite --buildDrafts --gc --verbose --minify + - name: Verify build + run: | + ls -al ./exampleSite/public + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: -- cgit v1.2.3