|
|
@ -54,13 +54,13 @@ jobs:
|
|
|
|
- name: Upload artifact
|
|
|
|
- name: Upload artifact
|
|
|
|
uses: actions/upload-pages-artifact@v1
|
|
|
|
uses: actions/upload-pages-artifact@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: ./public
|
|
|
|
path: ./exampleSite/public
|
|
|
|
|
|
|
|
|
|
|
|
# Deployment job
|
|
|
|
# Deployment job
|
|
|
|
deploy:
|
|
|
|
deploy:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
name: github-pages
|
|
|
|
name: github-pages
|
|
|
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
|
|
url: https://willfaught.github.io/paige
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: build
|
|
|
|
needs: build
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|