We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d46af commit 1e4e38eCopy full SHA for 1e4e38e
1 file changed
.github/workflows/nodejs.yaml
@@ -145,9 +145,9 @@ jobs:
145
- name: Deploy 🚀
146
uses: JamesIves/github-pages-deploy-action@v4.7.3
147
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
+ branch: gh-pages
+ folder: docs/ramda-adjunct
+ clean: false
151
- name: Upload docs artifact
152
uses: actions/upload-artifact@v6
153
0 commit comments