diff --git a/.github/workflows/render-specs.yml b/.github/workflows/render-specs.yml index 8090458..d8bcd57 100644 --- a/.github/workflows/render-specs.yml +++ b/.github/workflows/render-specs.yml @@ -28,7 +28,7 @@ jobs: run: git add -f docs/index.html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.