Compare commits

..

1 Commits

Author SHA1 Message Date
Wolf Noble ca7ecbe11b
Merge 984bb01c79 into 0ba7e136fc 2023-10-26 20:36:57 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -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