Remove Git info flag

master
Will Faught 1 year ago
parent 83b588e8e6
commit 083d4e9aa3

@ -35,7 +35,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cd exampleSite 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 - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
@ -55,7 +55,7 @@ jobs:
# run: | # run: |
# cd exampleSite # cd exampleSite
# echo "replace github.com/willfaught/paige => ../" >>go.mod # 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: deploy:
environment: environment:
name: github-pages name: github-pages

Loading…
Cancel
Save