Add replace directive to example site

This commit is contained in:
Will Faught
2023-06-20 17:30:39 -07:00
parent fe9d39cdd9
commit da1f0a7ba8
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ jobs:
- name: Build
run: |
cd exampleSite
echo "replace github.com/willfaught/paige => ../" >>go.mod
hugo --baseURL ${{ steps.pages.outputs.base_url }} --enableGitInfo --environment production --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v1