main instead of master

This commit is contained in:
2024-11-06 14:58:57 +01:00
parent 47d59aa778
commit de1ee4dc0b
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
- run: markdown-to-html --title 'Spearhead' --dark-mode auto --keywords "dcs,spearhead,tdcs,mission,campaign,tactical dcs,tactical" --no-dark-mode --markdown-style-theme dark --source ./spearhead/_docs/$sourcefileB.md --output ./$repo/Spearhead/$sourcefileB.html
- run: python3 ./spearhead/SpearheadCompile.py "./spearhead" "./$repo/Spearhead/spearhead.lua"
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
- run: mkdir -p ./$repo/Spearhead/beta
if: github.ref == 'refs/heads/develop'