Skip to content

Commit

Permalink
use docusaurus deploy in action
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 25, 2024
1 parent 3bf8cab commit 3213b22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: redkubes/docusaurus-deploy-action@v1
- uses: actions/setup-node@v2
with:
source-folder: website
git-user: $SOME_USERNAME
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages
node-version: '20'
- run: yarn
working-directory: website
- run: yarn docusaurus deploy
working-directory: website

0 comments on commit 3213b22

Please sign in to comment.