Fix tar path

This commit is contained in:
Will Faught
2022-09-07 21:30:28 -07:00
parent 5e6a75a3ec
commit bb5c203b51

View File

@@ -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: