Skip to content

Commit

Permalink
test build/gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 16, 2024
1 parent 55e0f51 commit 1d0f24a
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/build_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,5 @@ jobs:
with:
deno-version: v1.x

- name: Build site
uses: lumeland/build@main
with:
cmd: deno task build --location=https://lumeland.github.io/theme-simple-blog

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

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

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
- name: Build GitHub Pages with Lume
uses: lumeland/build/gh-pages@main

0 comments on commit 1d0f24a

Please sign in to comment.