From 36f11041b29d245ef7ca465569e8daa105036114 Mon Sep 17 00:00:00 2001 From: Lu Khei Chong Date: Fri, 25 Oct 2024 15:31:26 +0800 Subject: [PATCH] ci(gist): update source path --- .github/workflows/sync-to-gist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gist.yml b/.github/workflows/sync-to-gist.yml index ee09d967..b9a117b2 100644 --- a/.github/workflows/sync-to-gist.yml +++ b/.github/workflows/sync-to-gist.yml @@ -15,4 +15,4 @@ jobs: with: gist_token: ${{ secrets.GIST_TOKEN }} gist_id: 425e29332ec837d9ea4bbe90ff8d4a37 - source_path: ./src/themes \ No newline at end of file + source_path: src/themes \ No newline at end of file