Skip to content

Commit c1a9e9f

Browse files
committed
Debug cicd
1 parent c922cdf commit c1a9e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
hugo-version: 'latest'
2424
extended: true
2525
- name: Build
26-
run: hugo
26+
run: hugo --minify
2727
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v4
2929
if: github.ref == 'refs/heads/master'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: ./public
32+
publish_dir: ./docs/go-asyncapi/public

0 commit comments

Comments
 (0)