We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab7eb3 commit b7e9b2dCopy full SHA for b7e9b2d
.github/workflows/image.yml
@@ -46,3 +46,9 @@ jobs:
46
platforms: linux/amd64,linux/arm64
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
49
+ - if: github.event_name != 'pull_request'
50
+ name: Test building docs
51
+ uses: docker://ghcr.io/bep/hugo:latest
52
+ with:
53
+ args: build --gc --minify --enableGitInfo
54
+ context: ./docs
0 commit comments