Skip to content

Commit

Permalink
Update lume_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieKnee authored Nov 14, 2023
1 parent a79f09a commit c319973
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lume_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# with:
# build_dir: _site
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: crazy-max/[email protected]
with:
build_dir: _site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c319973

Please sign in to comment.