From c16255fda83cb0f3df9d7ad1186ee9936db908d8 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:48:00 +0100 Subject: [PATCH] Use older actions for compatibility. --- .github/workflows/deploy-storybook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index ac3c4b4..e0b44a8 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -31,14 +31,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 - run: npm ci - run: npm run storybook:build - - name: Setup Pages - uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: './storybook-static' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v2