Skip to content

Commit

Permalink
Update github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jun 28, 2023
1 parent 32eb098 commit 8c10cb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/temp-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- "storybook-2023"
# paths: ["src/stories/**", ".storybook/**"]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -18,8 +20,7 @@ jobs:
run: | # Install npm packages and build the Storybook files
yarn install
yarn run build:storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.6.2
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FOLDER: dist/storybook/ng-orcid # The folder that the build-storybook script generates files.

0 comments on commit 8c10cb5

Please sign in to comment.