Skip to content

Commit b7e9b2d

Browse files
committed
Docker bep 2
1 parent cab7eb3 commit b7e9b2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/image.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ jobs:
4646
platforms: linux/amd64,linux/arm64
4747
tags: ${{ steps.meta.outputs.tags }}
4848
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

Comments
 (0)