From 8677c17f29c739d4a9c12eb9a0068cb4503c59cb Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 10 Sep 2024 19:01:20 +0200 Subject: [PATCH] #645 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73d4ce2d..b460aeca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npx -y -p gh-pages@3.1.0 gh-pages -d ./storybook-static -u "github-actions-bot " + - run: npx -y -p gh-pages@3.1.0 gh-pages -d ./storybook-static -u "github-actions-bot " --dotfiles check_if_version_upgraded: name: Check if version upgrade