Skip to content

Commit

Permalink
Fix typo's in the build workflow for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Aug 13, 2024
1 parent 25e0037 commit ccf4175
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Append the generated changelogs
run: |
cat generated/fafdevelop.md >> changelog/fafdevelop.md
cat generated/fafbeta.md >> changelog/fafbeta.md
# Update the posts directory contents
- name: Update changelog posts directory
Expand All @@ -101,7 +101,8 @@ jobs:
- name: Update changelog patches directory
shell: bash
run: |
changelog-links.sh patches FAForever fa github.com
changelog-links.sh changelog FAForever fa github.com
changelog-links.sh _posts FAForever fa github.com
- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ccf4175

Please sign in to comment.