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 cb92d2e commit ed92b18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lume_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Build site
run: deno task build

# - name: Setup Pages
# uses: actions/configure-pages@v3
- name: Setup Pages
uses: actions/configure-pages@v3

# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2
# with:
# path: '_site'
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '_site'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ed92b18

Please sign in to comment.