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 }}