From f1dd3c842bde23aa62ffa475929650fc5e0cad16 Mon Sep 17 00:00:00 2001 From: cyclingbyte Date: Wed, 28 Aug 2024 13:29:50 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1ea3668..f731808 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -41,14 +41,14 @@ jobs: - name: Build run: npm run build - name: Upload artifact - uses: ./gh-pages + uses: ./gh-pages.yml with: path: ./examples - - uses: ./gh-pages + - uses: ./gh-pages.yml with: path: ./dist/leaflet-sidepanel.umd.js target: ./dist - - uses: ./gh-pages + - uses: ./gh-pages.yml with: path: ./dist/style.css target: ./dist