Skip to content

Commit 4b6b84d

Browse files
authored
Merge pull request #49 from dotkernel/alexmerlin-patch-2
Update mkdocs.yml
2 parents 5d67769 + f678527 commit 4b6b84d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: docs-build
22

33
on:
4-
push:
54
release:
65
types: [published]
76
workflow_dispatch:
@@ -11,7 +10,7 @@ jobs:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Build Docs
14-
uses: dotkernel/documentation-theme/github-actions/docs@dev
13+
uses: dotkernel/documentation-theme/github-actions/docs@main
1514
env:
1615
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1716
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nav:
1111
- v5:
1212
- Overview: v5/overview.md
1313
- Installation: v5/installation.md
14+
- Configuration: v5/configuration.md
1415
- Usage: v5/usage.md
1516
- Factories: v5/factories.md
1617
- Reference:
@@ -19,6 +20,7 @@ nav:
1920
- v4:
2021
- Overview: v4/overview.md
2122
- Installation: v4/installation.md
23+
- Configuration: v4/configuration.md
2224
- Usage: v4/usage.md
2325
- Factories: v4/factories.md
2426
- Cache: v4/cache.md

0 commit comments

Comments
 (0)