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 ca1c3a9 commit 5e40fd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: |
- name: Draw the rest of the owl
run: |
cd synolib2
npm ci
npm run example build
mkdir ../build/next
cp ./example/index.js ./example/index.css ./example/index.html ./example/index.js.map ../build/next/
cp ./example/index.* ../build/next/
cd ..
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 5e40fd5

Please sign in to comment.