From a79f09afd5cc3850bef63ca1974e5eeb8ee15ad5 Mon Sep 17 00:00:00 2001 From: David Wolfson <145220120+WolfieKnee@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:42:15 +0000 Subject: [PATCH] Update lume_deploy.yml --- .github/workflows/lume_deploy.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lume_deploy.yml b/.github/workflows/lume_deploy.yml index 04d2931..ebb6399 100644 --- a/.github/workflows/lume_deploy.yml +++ b/.github/workflows/lume_deploy.yml @@ -33,11 +33,15 @@ jobs: uses: actions/upload-pages-artifact@v2 with: path: '_site' - + - name: Deploy to GitHub Pages id: deployment - uses: crazy-max/ghaction-github-pages@v2.0.1 - with: - build_dir: _site - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: actions/deploy-pages@v1 + + #- name: Deploy to GitHub Pages + # id: deployment + # uses: crazy-max/ghaction-github-pages@v2.0.1 + # with: + # build_dir: _site + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}