Skip to content

Commit

Permalink
specified the order in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyloris committed Feb 18, 2024
1 parent efdfbfb commit abe38bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mergeFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Merge MD Files
run: |
# Define the order of markdown files to merge
files_to_merge=("file1.md" "file2.md" "file3.md")
files_to_merge=("index.md", "ssh.md")
# Merge files in the specified order
for file in "${files_to_merge[@]}"; do
Expand Down

0 comments on commit abe38bc

Please sign in to comment.