Skip to content

Commit

Permalink
fix: update output
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMeade committed Jun 20, 2024
1 parent a4a3eb4 commit d17b826
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .next
path: ./out

env:
CI: false
Expand All @@ -93,6 +93,9 @@ jobs:

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit d17b826

Please sign in to comment.