Remove Git info flag
This commit is contained in:
4
.github/workflows/pages.yaml
vendored
4
.github/workflows/pages.yaml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user