diff --git a/.github/workflows/nodejs.yaml b/.github/workflows/nodejs.yaml index 72d75add48..399f7d40af 100644 --- a/.github/workflows/nodejs.yaml +++ b/.github/workflows/nodejs.yaml @@ -143,7 +143,7 @@ jobs: - run: npm run build:umd - run: npm run docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: docs/ramda-adjunct # The folder the action should deploy.