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

Commit 65fbc91

Browse files
Update JamesIves/github-pages-deploy-action action to v4.4.2
1 parent f2c5744 commit 65fbc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: | # Install npm packages and build the Storybook files
224224
cd frontend && npm install
225225
npm run build-storybook
226-
- uses: JamesIves/github-pages-deploy-action@4.1.1
226+
- uses: JamesIves/github-pages-deploy-action@v4.4.2
227227
if: steps.changes.outputs.frontend == 'true'
228228
with:
229229
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)