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