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 0244689 commit a79f09a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/lume_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: '_site'

- name: Deploy to GitHub Pages
id: deployment
uses: crazy-max/[email protected]
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/[email protected]
# with:
# build_dir: _site
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a79f09a

Please sign in to comment.