Skip to content

Commit

Permalink
page.yml install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Dec 19, 2023
1 parent e7c24ad commit 3876362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install dependencies
run: npm install
working-directory: examples/page

- name: Build
run: npm run build
working-directory: examples/page
Expand Down

0 comments on commit 3876362

Please sign in to comment.