Skip to content

Commit

Permalink
TRIVIAL: adding debug and public to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara3l committed Sep 21, 2023
1 parent 3b2a46d commit 7858ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/hugo-build-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ runs:
env:
HUGO_ENV: ${{ inputs.hugo-env }}
BASE_URL: ${{ inputs.base-url }}
run: hugo --minify ${BASE_URL:+--baseURL $BASE_URL}
run: hugo --minify ${BASE_URL:+--baseURL $BASE_URL} --debug
shell: bash
Empty file added docs/public/.gitkeep
Empty file.

0 comments on commit 7858ce1

Please sign in to comment.