Skip to content

Commit

Permalink
chore: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Apr 18, 2024
1 parent 9c25e2f commit 39999f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
gh-pages:
runs-on: ubuntu-latest

permissions:
contents: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -31,11 +34,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
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs

0 comments on commit 39999f3

Please sign in to comment.