Skip to content

Commit

Permalink
Fix doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanCDev committed Jun 11, 2024
1 parent b18ddab commit fb5886c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@ jobs:
NODE_VERSION=$(cat _node-version)
EOF
- name: Enable Corepack
run: corepack enable

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install yarn
run: npm install -g yarn
cache: 'yarn'

- name: Install dependencies
run: yarn install
run: yarn

- name: Generate documentation
run: yarn run documentation
run: yarn documentation

- name: Publish documentation
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit fb5886c

Please sign in to comment.