Skip to content

Commit

Permalink
chore: reset lock file + change node version github
Browse files Browse the repository at this point in the history
  • Loading branch information
multivoltage committed Jan 21, 2024
1 parent eff962d commit 5abedc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build playground
- name: Build Docs
run: npm run build:docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-ppages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apps/docs/out
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5abedc8

Please sign in to comment.