diff --git a/.github/workflows/feature-branch-deploy.yml b/.github/workflows/feature-branch-deploy.yml index 3053de1d9c..6cc49ed2ca 100644 --- a/.github/workflows/feature-branch-deploy.yml +++ b/.github/workflows/feature-branch-deploy.yml @@ -54,6 +54,11 @@ jobs: run: | touch ./storybook/dist/${{ github.sha }}.txt + # Our workflows use .nvmrc instead of a fixed version, so we need to copy this file over + # to the dist files for use in the feature branch cleanup workflow + - name: Copy over .nvmrc to dist + run: cp .nvmrc ./storybook/dist/ + - name: Pushing to pages branch uses: JamesIves/github-pages-deploy-action@v4 with: