Skip to content

Commit

Permalink
Go back to github pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jan 31, 2023
1 parent 08c4c2f commit 6ce8ee1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: | # Install npm packages and build the Storybook files
yarn install
yarn run build
mkdir _site
mv build _site/build
mv build _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
# Deployment job
Expand All @@ -44,6 +43,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.
uses: actions/deploy-pages@v1

0 comments on commit 6ce8ee1

Please sign in to comment.