From 6f5d0ade7d40dd8f96c3d6915ceef0684ebe44ab Mon Sep 17 00:00:00 2001 From: Lu Khei Chong Date: Fri, 25 Oct 2024 15:27:20 +0800 Subject: [PATCH] ci(gist): update gist actions --- .github/workflows/sync-to-gist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-to-gist.yml b/.github/workflows/sync-to-gist.yml index 2eff41dc..ee09d967 100644 --- a/.github/workflows/sync-to-gist.yml +++ b/.github/workflows/sync-to-gist.yml @@ -5,7 +5,7 @@ on: - '3.0.0-alpha' - 'lab' jobs: - Root-Gist: + Theme-Gist: runs-on: ubuntu-latest steps: - name: Checkout @@ -15,4 +15,4 @@ jobs: with: gist_token: ${{ secrets.GIST_TOKEN }} gist_id: 425e29332ec837d9ea4bbe90ff8d4a37 - source_path: ./src/themes/root.css \ No newline at end of file + source_path: ./src/themes \ No newline at end of file