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