Restore page_url config

master
Will Faught 3 years ago
parent bb5c203b51
commit 6376bf0bae

@ -50,7 +50,7 @@ jobs:
HUGO_ENV: production
run: |
cd exampleSite
hugo --minify --baseURL https://willfaught.github.io/paige --themesDir ../..
hugo --minify --baseURL ${{ steps.pages.outputs.base_url }} --themesDir ../..
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
@ -60,7 +60,7 @@ jobs:
deploy:
environment:
name: github-pages
url: https://willfaught.github.io/paige
url: ${{ steps.pages.outputs.base_url }}
runs-on: ubuntu-latest
needs: build
steps:

Loading…
Cancel
Save