diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 737f176df..f2b577ef4 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -4,7 +4,8 @@ on: push: branches: - main - - '*.*.*' + # only match branches that look like Minecraft versions + - "*.*" workflow_dispatch: permissions: @@ -53,21 +54,21 @@ jobs: echo "" >> branches.html echo "" >> branches.html echo "

Azalea Docs

" >> branches.html - echo "

Welcome to the documentation for Azalea Crate.

" >> branches.html + echo "

Welcome to the documentation for Azalea.

" >> branches.html echo "

Available Versions

" >> branches.html echo " " >> branches.html + echo "" >> branches.html + echo "" >> branches.html - echo " " >> branches.html - echo "" >> branches.html - echo "" >> branches.html + echo "branches.html generated successfully." - echo "branches.html generated successfully." - - name: Create Index Page run: | if [ ! -f index.html ]; then