From 85954be93d426025e205f3db017c93f81b42720f Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 23 Sep 2024 04:35:00 +0200 Subject: [PATCH] Prevent publishing on storybook --- .github/workflows/ci.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5773d42e..e82b1c61 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,21 +36,21 @@ jobs: - run: npm run build - run: npm run test - storybook: - runs-on: ubuntu-latest - if: github.event_name == 'push' - needs: test - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: '18' - - uses: bahmutov/npm-install@v1 - - run: npm run build-storybook - - 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 " + #storybook: + # runs-on: ubuntu-latest + # if: github.event_name == 'push' + # needs: test + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-node@v4 + # with: + # node-version: '18' + # - uses: bahmutov/npm-install@v1 + # - run: npm run build-storybook + # - 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 " check_if_version_upgraded: name: Check if version upgrade