Skip to content

Commit 39463db

Browse files
committed
Merge branch 'main' of github.com:tmthecoder/dargon2 into main
2 parents 4c9232d + 7e915e0 commit 39463db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dargon2_docbot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
git add .
3333
git commit -m "Updated documentation for dargon2" --allow-empty
3434
git push secure-origin main
35-
36-
# Job to update the documentation on docs.tmthecoder.dev for dargon2_core
37-
update-docs-dargon2_core:
35+
36+
# Job to update the documentation on docs.tmthecoder.dev for dargon2_core
37+
update-docs-dargon2_core:
3838
needs: [ update-docs-dargon2 ]
3939
defaults:
4040
run:
@@ -61,9 +61,9 @@ jobs:
6161
git add .
6262
git commit -m "Updated documentation for dargon2_core" --allow-empty
6363
git push secure-origin main
64-
65-
# Job to update the documentation on docs.tmthecoder.dev for dargon2_interface
66-
update-docs-dargon2_interface:
64+
65+
# Job to update the documentation on docs.tmthecoder.dev for dargon2_interface
66+
update-docs-dargon2_interface:
6767
needs: [update-docs-dargon2_core]
6868
defaults:
6969
run:
@@ -90,9 +90,9 @@ jobs:
9090
git add .
9191
git commit -m "Updated documentation for dargon2_interface" --allow-empty
9292
git push secure-origin main
93-
94-
# Job to update the documentation on docs.tmthecoder.dev for dargon2_flutter
95-
update-docs-dargon2_flutter:
93+
94+
# Job to update the documentation on docs.tmthecoder.dev for dargon2_flutter
95+
update-docs-dargon2_flutter:
9696
needs: [update-docs-dargon2_interface]
9797
defaults:
9898
run:

0 commit comments

Comments
 (0)