diff --git a/.github/workflows/lume_deploy.yml b/.github/workflows/lume_deploy.yml index ebb6399..f2d61d1 100644 --- a/.github/workflows/lume_deploy.yml +++ b/.github/workflows/lume_deploy.yml @@ -34,14 +34,14 @@ jobs: with: path: '_site' + #- name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v1 + - name: Deploy to GitHub Pages id: deployment - 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 }} + uses: crazy-max/ghaction-github-pages@v2.0.1 + with: + build_dir: _site + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}