diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:09:22 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:09:22 +0200 |
| commit | 157f8fad21e8c7e8177f32837030cabccac479e9 (patch) | |
| tree | b3067c9a0cac6ff5a92c06afeaa5b0eb100dbfb5 /.github | |
| parent | 3e9a191a8b143904d0955c56db8617f89c07fe15 (diff) | |
| download | gohugo-theme-ed-157f8fad21e8c7e8177f32837030cabccac479e9.tar.gz | |
Verify build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
