Skip to content

Commit

Permalink
Attempt to fix build error
Browse files Browse the repository at this point in the history
Copied from YFF actions
  • Loading branch information
slowe authored Mar 28, 2024
1 parent 603ce68 commit e1fb55d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:

steps:
- name: Build the site
uses: dringtech/lume-build@v1-pre
with:
site-build-cmd: deno task lume
uses: dringtech/[email protected]

# Deploy job
deploy:
Expand All @@ -51,4 +49,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit e1fb55d

Please sign in to comment.