We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c922cdf commit c1a9e9fCopy full SHA for c1a9e9f
.github/workflows/doc-site.yml
@@ -23,10 +23,10 @@ jobs:
23
hugo-version: 'latest'
24
extended: true
25
- name: Build
26
- run: hugo
+ run: hugo --minify
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v4
29
if: github.ref == 'refs/heads/master'
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
- publish_dir: ./public
+ publish_dir: ./docs/go-asyncapi/public
0 commit comments