Skip to content

Commit

Permalink
Updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadmanglani committed Mar 8, 2024
1 parent 7446833 commit 9e6ef7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- hn_feedback
paths:
- '.github/workflows/deploy.yml'
- 'website/**'
- 'docs/**'

jobs:
deploy:
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
publish_dir: ./docs/build

0 comments on commit 9e6ef7a

Please sign in to comment.