We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34a5e9 commit 374f071Copy full SHA for 374f071
.github/workflows/build.yml
@@ -3,11 +3,11 @@ name: Build
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
pull_request:
9
10
11
12
jobs:
13
build:
.github/workflows/docs.yml
@@ -3,21 +3,21 @@ name: Build Documentation
runs-on: ubuntu-latest
14
-
+
15
steps:
16
- uses: actions/checkout@v1
17
- name: Setup mdBook
18
uses: peaceiris/actions-mdbook@v1
19
with:
20
- mdbook-version: '0.4.0'
+ mdbook-version: '0.4.0'
21
- name: Build Documentation
22
run: mdbook build
23
working-directory: ./documentation
0 commit comments