diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ee7b732..60bb36d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: - name: Build docs run: crystal docs --project-name Representer --project-version 1.2.0 - name: Deploy docs - uses: JamesIves/github-pages-deploy-action@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 + uses: JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 with: branch: gh-pages folder: docs # The folder the action should deploy.