mirror of https://github.com/jpanther/congo.git
Compare commits
1 Commits
a96fead3dd
...
ca7ecbe11b
Author | SHA1 | Date |
---|---|---|
Wolf Noble | ca7ecbe11b |
|
@ -12,7 +12,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: "${{ github.head_ref }}"
|
ref: "${{ github.head_ref }}"
|
||||||
- name: Install dependencies and Build Theme
|
- name: Install dependencies and Build Theme
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v3
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run assets
|
- run: npm run assets
|
||||||
- name: Commit and push Chart.js changes
|
- name: Commit and push Chart.js changes
|
||||||
|
|
Loading…
Reference in New Issue