We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit ed2446eCopy full SHA for ed2446e
.github/workflows/site.yml
@@ -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
@@ -0,0 +1 @@
+Repository used to create the website for scriban project.
0 commit comments