Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Update JamesIves/github-pages-deploy-action action to v4.5.0 #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
run: | # Install npm packages and build the Storybook files
cd frontend && npm install
npm run build-storybook
- uses: JamesIves/github-pages-deploy-action@4.1.1
- uses: JamesIves/github-pages-deploy-action@v4.5.0
if: steps.changes.outputs.frontend == 'true'
with:
branch: gh-pages # The branch the action should deploy to.
Expand Down