Skip to content

Commit

Permalink
Update deploy-react-storybook.yml (#14461)
Browse files Browse the repository at this point in the history
* Update deploy-react-storybook.yml

* Update deploy-react-storybook.yml
  • Loading branch information
alisonjoseph authored Aug 18, 2023
1 parent 3e0ebb5 commit fa39b58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-react-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
build:
runs-on: macos-13
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js 18.x
Expand All @@ -43,6 +43,11 @@ jobs:
yarn storybook:build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix permissions
run: |
chmod -v -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit fa39b58

Please sign in to comment.