diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06033c321..686dcfe42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: # link to the old name for service ln -rs public/service.html public/server.html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: public # The folder the action should deploy.