Skip to content

Commit

Permalink
Remove unnecessary references
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 20, 2024
1 parent fb64263 commit 94473e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wiki-generate-blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
uses: actions/checkout@v4
with:
repository: The-Balthazar/BrewWikiGen
ref: master
path: ./brew-wiki-gen

# FA repo is sparse checkout as it is quite large and we dont won't to incur higher action minutes for no reason
- name: Checkout FAF Repository # -png folder doesnt exist yet, confirm location.
uses: actions/checkout@v4
with:
repository: FAForever/fa
ref: deploy/develop
path: ./fa
sparse-checkout-cone-mode: |
wiki
Expand All @@ -41,7 +39,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: FAForever/fa.wiki
ref: master
path: ./fa.wiki

- name: Install Lua 5.4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wiki-generate-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Checkout FAF Repository # -png folder doesnt exist yet, confirm location.
uses: actions/checkout@v4
with:
repository: FAForever/fa
path: ./fa
sparse-checkout: |
wiki
Expand Down

0 comments on commit 94473e5

Please sign in to comment.