Skip to content

Commit 6c20855

Browse files
committed
Added documentation for v3
1 parent ba955fe commit 6c20855

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
ci:
11-
uses: laminas/workflow-continuous-integration/.github/workflows/continuous-integration.yml@1.x
11+
uses: laminas/workflow-continuous-integration/.github/workflows/continuous-integration.yml@1.x

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: dotkernel/documentation-theme/github-actions/docs@main
1414
env:
1515
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ nav:
1616
- Events: v5/events/events.md
1717
site_name: dot-controller
1818
site_description: "DotKernel's controller package"
19-
repo_url: "https://github.com/dotkernel/dot-controller"
19+
repo_url: "https://github.com/dotkernel/dot-controller"

0 commit comments

Comments
 (0)