Skip to content

Commit

Permalink
Give building library and example actions names
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jan 6, 2025
1 parent 284fd7d commit 1828ee7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm

- run: npm ci
- run: npm run build
- run: npm run build

- name: Build Library
run: npm run build

- name: Build Example
run: npm run build
working-directory: example

- name: Setup Pages
Expand Down

0 comments on commit 1828ee7

Please sign in to comment.