deno.land / x / lume_theme_simple_blog@v0.4.0 / .github / workflows / build_demo.yml

build_demo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Build demo
on: push: branches: [ main ]
jobs: build: runs-on: ubuntu-latest
steps: - uses: actions/checkout@v2
- name: Setup Deno environment uses: denoland/setup-deno@v1 with: deno-version: v1.x
- name: Build the demo site run: | cd demo deno task build --location=https://lumeland.github.io/theme-simple-blog
- name: Deploy uses: crazy-max/ghaction-github-pages@v2.0.1 with: build_dir: demo/_site env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
lume_theme_simple_blog

Version Info

Tagged at
a year ago