diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b28a74b..a201ff0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: - name: Build Documentation run: yarn docs:build - name: Deploy Docs 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages # The branch the action should deploy to. folder: public # The folder the action should deploy.