Skip to content

Commit

Permalink
Merge pull request #26 from harishmohanraj/update-workflow
Browse files Browse the repository at this point in the history
Fix publish dir path
  • Loading branch information
harishmohanraj authored Dec 19, 2024
2 parents 127882e + 53f8c41 commit 06b4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./temp_website
publish_dir: ./website/temp_website

0 comments on commit 06b4d6c

Please sign in to comment.