diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f643f5c..46a7f44 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@a1ea191d508feb8485aceba848389d49f80ca2dc + uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e with: branch: gh-pages folder: docs # The folder the action should deploy.