Skip to content

Commit

Permalink
Setting storybook folder to root for gh-pages (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored May 9, 2022
1 parent f13c2f8 commit e3f5e0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,5 @@ jobs:
with:
build-command: build-storybook
source-directory: storybook-static
# This will commit the contents of "public" in the source branch to
# a directory named "latest" on the gh-pages branch.
# If destination-directory were omitted, all existing content of the
# gh-pages branch would be deleted and the the contents of "public"
# would be committed to the root directory.
destination-directory: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3f5e0d

Please sign in to comment.