Skip to content

Commit ce2b084

Browse files
authored
Update mdbook.yml
1 parent 088792f commit ce2b084

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/mdbook.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
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
62

73
on:
8-
# Runs on pushes targeting the default branch
94
push:
105
branches: ["master"]
116

12-
# Allows you to run this workflow manually from the Actions tab
137
workflow_dispatch:
148

15-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
169
permissions:
1710
contents: read
1811
pages: write
1912
id-token: write
2013

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.
2314
concurrency:
2415
group: "pages"
2516
cancel-in-progress: false
2617

2718
jobs:
28-
# Build job
2919
build:
3020
runs-on: ubuntu-latest
3121
env:
@@ -48,7 +38,6 @@ jobs:
4838
with:
4939
path: ./docs/book
5040

51-
# Deployment job
5241
deploy:
5342
environment:
5443
name: github-pages

0 commit comments

Comments
 (0)