Skip to content

Commit

Permalink
Update yarn install and generate documentation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 16, 2024
1 parent 42469a1 commit 18eb6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: npm install -g yarn

- name: Install dependencies
run: yarn install --ignore-optional --verbose
run: yarn install --ignore-optional --frozen-lockfile

- name: Generate Documentation
run: npx typedoc
run: yarn docs

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
Expand Down

0 comments on commit 18eb6f0

Please sign in to comment.