Skip to content

Commit

Permalink
Build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 30, 2024
1 parent 2302192 commit 186f61c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Test building docs with docker latest
run: ls -la $GITHUB_ENV
uses: docker://ghcr.io/bep/hugo:latest
with:
args: build --gc --minify --enableGitInfo
context: ./docs

0 comments on commit 186f61c

Please sign in to comment.