diff --git a/.github/workflows/render-and-deploy-site.yml b/.github/workflows/render-and-deploy-site.yml index ce4717b..b85d490 100644 --- a/.github/workflows/render-and-deploy-site.yml +++ b/.github/workflows/render-and-deploy-site.yml @@ -65,7 +65,7 @@ jobs: cp -av ${{ github.workspace }}/.mvn/filters/*.txt ${{ steps.find-home.outputs.home }}/.m2/repository/.remoteRepositoryFilters/ - name: Set Up Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 if: ${{ success() && !inputs.dry-run }} - name: Run Maven Site