Skip to content

Commit fff7f46

Browse files
committed
fix: Fix API docs action config file path
1 parent 3aad2d5 commit fff7f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: build doctum docs
2222
uses: sudo-bot/action-doctum@v5
2323
with:
24-
config-file: doctum.php
24+
config-file: "documentation/doctum.config.php"
2525
# parse, render or update
2626
method: "update"
2727
# (optional) defaults to '--output-format=github --no-ansi --no-progress -v'

0 commit comments

Comments
 (0)