From 55b330370ade09f4c6f2feefe1387c662f938a27 Mon Sep 17 00:00:00 2001 From: MI6-255 <90764648+MI6-255@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:28:31 +0000 Subject: [PATCH] fix(root): stash changes that are not committed to fix the pipeline --- .github/workflows/ic-ui-kit-main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ic-ui-kit-main.yml b/.github/workflows/ic-ui-kit-main.yml index 8082c325be..f851485ef7 100644 --- a/.github/workflows/ic-ui-kit-main.yml +++ b/.github/workflows/ic-ui-kit-main.yml @@ -193,6 +193,9 @@ jobs: - name: Build run: npm run build:all + - name: Stash changes + run: git stash --include-untracked + # Runs git checkout for docs.json and canary-docs files to revert timestamp changes - name: Publish run: |