File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout repo
1616 uses : actions/checkout@v3
17-
17+
1818 - name : Validate Biome Colors
1919 run : bash ./.scripts/validate-biome-colors.sh
2020
8181 env :
8282 WIKI_DIRECTORY : .wiki # Contents of this directory get pushed to the wiki
8383 WIKI_PARENT_REPOSITORY : ${{ github.repository }} # Where to publish to
84-
84+
8585 steps :
8686 - name : Checkout repo
8787 uses : actions/checkout@v3
9090
9191 - name : Create Biomes Wiki Page
9292 run : bash ./.scripts/create-biomes-wiki-page.sh
93-
93+
9494 - name : Upload Documentation to Wiki
9595 run : bash ./.scripts/upload-to-wiki.sh
9696 env :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Sync Submodules
22
33on :
44 repository_dispatch : # Submodules dispatch to this when they're updated
5- types :
5+ types :
66 - Sync Images
7-
7+
88jobs :
99 sync :
1010 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments