Skip to content

Commit 1e4e38e

Browse files
committed
ci(nodejs): github pages deploy action config fixes
1 parent 85d46af commit 1e4e38e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ jobs:
145145
- name: Deploy 🚀
146146
uses: JamesIves/github-pages-deploy-action@v4.7.3
147147
with:
148-
BRANCH: gh-pages # The branch the action should deploy to.
149-
FOLDER: docs/ramda-adjunct # The folder the action should deploy.
150-
CLEAN: false # Automatically remove deleted files from the deploy branch
148+
branch: gh-pages
149+
folder: docs/ramda-adjunct
150+
clean: false
151151
- name: Upload docs artifact
152152
uses: actions/upload-artifact@v6
153153
with:

0 commit comments

Comments
 (0)