File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 32
32
git add .
33
33
git commit -m "Updated documentation for dargon2" --allow-empty
34
34
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 :
38
38
needs : [ update-docs-dargon2 ]
39
39
defaults :
40
40
run :
61
61
git add .
62
62
git commit -m "Updated documentation for dargon2_core" --allow-empty
63
63
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 :
67
67
needs : [update-docs-dargon2_core]
68
68
defaults :
69
69
run :
90
90
git add .
91
91
git commit -m "Updated documentation for dargon2_interface" --allow-empty
92
92
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 :
96
96
needs : [update-docs-dargon2_interface]
97
97
defaults :
98
98
run :
You can’t perform that action at this time.
0 commit comments