diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a391449..6cd1a4c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,6 +6,6 @@ jobs: Setup-Compile-Deploy: runs-on: ubuntu-latest steps: - - uses: DanySK/compile-and-publish-all-latex@2.0.39 + - uses: DanySK/compile-and-publish-all-latex@2.0.40 with: token: ${{ secrets.GITHUB_TOKEN }}