Skip to content

Commit

Permalink
chore: deploy url
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 authored Oct 12, 2024
1 parent 294d6b6 commit 7157b48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./apps/www/out
path: apps/www/out
name: github-pages
retention-days: 1
env:
GITHUB_PAGES: true

# Deployment job
deploy:
Expand Down

0 comments on commit 7157b48

Please sign in to comment.