File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
- # Sample workflow for building and deploying a mdBook site to GitHub Pages
2
- #
3
- # To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
4
- #
5
- name : Deploy mdBook site to Pages
1
+ name : Deploy Njord Docs to Pages
6
2
7
3
on :
8
- # Runs on pushes targeting the default branch
9
4
push :
10
5
branches : ["master"]
11
6
12
- # Allows you to run this workflow manually from the Actions tab
13
7
workflow_dispatch :
14
8
15
- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
16
9
permissions :
17
10
contents : read
18
11
pages : write
19
12
id-token : write
20
13
21
- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22
- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
23
14
concurrency :
24
15
group : " pages"
25
16
cancel-in-progress : false
26
17
27
18
jobs :
28
- # Build job
29
19
build :
30
20
runs-on : ubuntu-latest
31
21
env :
48
38
with :
49
39
path : ./docs/book
50
40
51
- # Deployment job
52
41
deploy :
53
42
environment :
54
43
name : github-pages
You can’t perform that action at this time.
0 commit comments