Skip to content

Commit

Permalink
Merge pull request #117 from nating/115-cicd-broken
Browse files Browse the repository at this point in the history
#115 Fix deploy directory in deploy GitHub action
  • Loading branch information
nating committed May 26, 2023
2 parents 9e9430c + 090ff9e commit dd376e4
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 dd376e4

Please sign in to comment.