From 4f73bfd90dc3c475b221ce01c159981fc4e250d1 Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:36:23 +0200 Subject: [PATCH] Added python to PyScript assets --- .github/workflows/asset-updater.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/asset-updater.yml b/.github/workflows/asset-updater.yml index f307175..92d015b 100644 --- a/.github/workflows/asset-updater.yml +++ b/.github/workflows/asset-updater.yml @@ -15,15 +15,23 @@ jobs: - uses: suisei-cn/actions-download-file@v1 id: pyscript-js - name: Download JS file + name: Download JS file for PyScript with: url: (https://pyscript.net/alpha/pyscript.js) target: assets auto-match: true + - uses: suisei-cn/actions-download-file@v1 + id: pyscript-py + name: Download Python file for PyScript + with: + url: (https://pyscript.net/alpha/pyscript.css) + target: assets + auto-match: true + - uses: suisei-cn/actions-download-file@v1 id: pyscript-css - name: Download CSS file + name: Download CSS file for PyScript with: url: (https://pyscript.net/alpha/pyscript.css) target: assets