Skip to content

Commit

Permalink
fix: missed github token for demo deployment. Added demo page link to…
Browse files Browse the repository at this point in the history
… readme.
  • Loading branch information
aannirajpatel committed Dec 22, 2023
1 parent 36c61ca commit 82ab1f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build
folder: build
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 82ab1f1

Please sign in to comment.