Skip to content

Commit

Permalink
chore: add a different action to deploy the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Apr 18, 2024
1 parent d2df925 commit a2b85c8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- name: Generate doc website
run: yarn docs

- name: Publish on Github Pages
uses: crazy-max/ghaction-github-pages@v4
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
target_branch: gh-pages
build_dir: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs

0 comments on commit a2b85c8

Please sign in to comment.