Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 14, 2022
1 parent 1930932 commit 508662d
Show file tree
Hide file tree
Showing 2 changed files with 16,923 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
node-version: 14

- name: Install dependencies
run: cd docs && yarn
run: cd docs && npm install

- name: Generate
run: cd docs && yarn run generate
run: cd docs && npm run generate

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Loading

0 comments on commit 508662d

Please sign in to comment.