Skip to content

Commit

Permalink
#115 Fix deploy directory in deploy GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nating committed May 26, 2023
1 parent 9e9430c commit 090ff9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./website/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 090ff9e

Please sign in to comment.