Skip to content

Commit

Permalink
chore: Copy over .nvmrc to feature branch dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Oct 28, 2024
1 parent 63c1fed commit eee6087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/feature-branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eee6087

Please sign in to comment.