Added chart.js
This commit is contained in:
3
.github/workflows/asset-updater.yml
vendored
3
.github/workflows/asset-updater.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: Download d3.v7.min.js
|
- name: Download d3.v7.min.js
|
||||||
run: curl https://d3js.org/d3.v7.min.js -o assets/d3.v7.min.js
|
run: curl https://d3js.org/d3.v7.min.js -o assets/d3.v7.min.js
|
||||||
|
|
||||||
|
- name: Download chart.js
|
||||||
|
run: curl https://cdn.jsdelivr.net/npm/chart.js
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4.0.4
|
uses: peter-evans/create-pull-request@v4.0.4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user