1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

tweaks to doc gh action

This commit is contained in:
mat 2025-01-10 23:08:51 +00:00
parent 9ef53fcf2b
commit 3ce7c7cc50

View file

@ -4,7 +4,8 @@ on:
push:
branches:
- main
- '*.*.*'
# only match branches that look like Minecraft versions
- "*.*"
workflow_dispatch:
permissions:
@ -53,7 +54,7 @@ jobs:
echo "</head>" >> branches.html
echo "<body>" >> branches.html
echo " <h1>Azalea Docs</h1>" >> branches.html
echo " <p>Welcome to the documentation for Azalea Crate.</p>" >> branches.html
echo " <p>Welcome to the documentation for Azalea.</p>" >> branches.html
echo " <h2>Available Versions</h2>" >> branches.html
echo " <ul>" >> branches.html