Skip to content

Commit

Permalink
Remove Git info flag
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 5, 2024
1 parent 83b588e commit 083d4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
run: |
cd exampleSite
hugo --baseURL ${{ steps.pages.outputs.base_url }} --enableGitInfo --environment production --minify
hugo --baseURL ${{ steps.pages.outputs.base_url }} --environment production --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
# run: |
# cd exampleSite
# echo "replace github.com/willfaught/paige => ../" >>go.mod
# hugo --baseURL ${{ steps.pages.outputs.base_url }} --enableGitInfo --environment production --minify
# hugo --baseURL ${{ steps.pages.outputs.base_url }} --environment production --minify
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 083d4e9

Please sign in to comment.