Skip to content

Commit f6eec27

Browse files
committed
Moved workflow documentaion
1 parent d0d54ce commit f6eec27

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

task/Taskfile.github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ tasks:
5858
vars:
5959
SCRIPT: github-actions-link
6060
- |
61-
for f in $(find templates -mindepth 1 -maxdepth 1 -type d); do
62-
WORKFLOW_FOLDER="$f" task github-actions:workflow-documentation:update
61+
for f in $(find templates -mindepth 1 -maxdepth 1 -type d | sort); do
62+
WORKFLOW_FOLDER="$f/.github/workflows" task github-actions:workflow-documentation:update
6363
done
6464
silent: true
6565

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)