Skip to content

Commit ed2446e

Browse files
committed
Initial version
0 parents  commit ed2446e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/site.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: site
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
11+
jobs:
12+
site:
13+
runs-on: ubuntu-latest
14+
environment:
15+
name: github-pages
16+
url: ${{ steps.lunet.outputs.page_url }}
17+
steps:
18+
- id: lunet
19+
name: Build and deploy Lunet site
20+
uses: lunet-io/actions/lunet-build@v1
21+
with:
22+
repository: scriban/scriban
23+
site_path: site

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Repository used to create the website for scriban project.

0 commit comments

Comments
 (0)