Skip to content

Commit fc01873

Browse files
committed
set working dir for dargon2_flutter and dargon2_core docbots
1 parent 6add707 commit fc01873

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.github/workflows/dargon2_core_docbot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [ main ]
66

7+
defaults:
8+
run:
9+
working-directory: dargon2_core
10+
711
jobs:
812
update-docs:
913

.github/workflows/dargon2_flutter_docbot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
defaults:
10+
run:
11+
working-directory: dargon2_flutter
12+
913
jobs:
1014
update-docs:
1115

.idea/workspace.xml

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)