Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba authored Oct 29, 2024
1 parent 8a86bf9 commit 8a6c4e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
with:
node-version: '20.x'
- run: cd synolib2
- run: npm ci
- run: |
echo AHA
pwd
ls
npm ci
- run: npm run example build
- run: |
mkdir ../build/next
Expand Down

0 comments on commit 8a6c4e8

Please sign in to comment.