diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 83103a48..b40040da 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -61,7 +61,7 @@ jobs: echo "${{secrets.ENV_FILE}}" >> env.txt - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: master # The branch the action should deploy to. folder: public # The folder the action should deploy.