From 516c9e41b6c19f9c421e19506e3ec03ecd1bedf2 Mon Sep 17 00:00:00 2001 From: David Wolfson <145220120+WolfieKnee@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:56:16 +0000 Subject: [PATCH] Update lume_deploy.yml --- .github/workflows/lume_deploy.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lume_deploy.yml b/.github/workflows/lume_deploy.yml index 29b3aa8..3736c3c 100644 --- a/.github/workflows/lume_deploy.yml +++ b/.github/workflows/lume_deploy.yml @@ -35,4 +35,12 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + # uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 + with: + token: *** + timeout: 600000 + error_count: 10 + reporting_interval: 5000 + artifact_name: github-pages + preview: false