From 8ae827cd964368b436d9ec004ccfa8cd016dda00 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 7 Jun 2024 13:42:02 +0200 Subject: [PATCH] fix: example styles base --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e3b021c..1237750 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -29,7 +29,7 @@ jobs: run: npm ci - name: Build the project - run: npm run build:styles-example + run: npm run build:styles-example -- --base penpot-plugins - name: Deploy uses: peaceiris/actions-gh-pages@v4