Skip to content

Commit

Permalink
ci: added deploy to gh-pages in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Apr 16, 2024
1 parent 5d51b4c commit 40ea0bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:
run: |
cd utils-docs
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./utils-docs/build

0 comments on commit 40ea0bc

Please sign in to comment.