From 3ce7c7cc5034155ffe05adf06234ea06ec22771e Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 10 Jan 2025 23:08:51 +0000 Subject: [PATCH] tweaks to doc gh action --- .github/workflows/doc.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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