Skip to content

Commit

Permalink
Docker bep 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 30, 2024
1 parent 1807768 commit d697035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- if: github.event_name != 'pull_request'
name: Test building docs
uses: docker://ghcr.io/bep/hugo:latest
with:
args: build --gc --minify --enableGitInfo
context: ./docs

0 comments on commit d697035

Please sign in to comment.