diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5b1871e..61026c5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: trunk # The branch the action should deploy to. folder: docs # The folder the action should deploy.