Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 412330e

Browse files
authored
Update build.yml
1 parent 7aa2662 commit 412330e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ jobs:
1616
run: curl https://purge.jsdelivr.net/gh/tronic247/material/dist/material.min.css
1717
- name: Update JS CDN
1818
run: curl https://purge.jsdelivr.net/gh/tronic247/material/dist/material.min.js
19+
- uses: actions/setup-node@v2
20+
with:
21+
node-version: '16.x'
22+
registry-url: 'https://registry.npmjs.org'
23+
- run: npm ci
24+
- run: npm publish
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)