Compare commits

..

No commits in common. "bba8df99ac0ed3081950bdc1a6ac9f9901690d6b" and "0ba7e136fc7883e05c010e42d867ea5d2798f7e7" have entirely different histories.

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