From 7872d451984256b61939099db6fe75870093287d Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:22:43 +0200 Subject: [PATCH] Added chart.js --- .github/workflows/asset-updater.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/asset-updater.yml b/.github/workflows/asset-updater.yml index 78b0a27..42bedc6 100644 --- a/.github/workflows/asset-updater.yml +++ b/.github/workflows/asset-updater.yml @@ -23,6 +23,9 @@ jobs: - name: Download 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 uses: peter-evans/create-pull-request@v4.0.4