diff --git a/.github/workflows/deploy.docs.yml b/.github/workflows/deploy.docs.yml index 72852d0..2a07852 100644 --- a/.github/workflows/deploy.docs.yml +++ b/.github/workflows/deploy.docs.yml @@ -37,7 +37,7 @@ jobs: - name: "Setup: Pages" uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 - name: "Build: Jekyll" - uses: actions/jekyll-build-pages@e4ef22193c23ea849fc3fea6dbce69da1ee65b6d # v1.0.9 + uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1.0.12 with: source: ./docs destination: ./_site