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:
parent
9ef53fcf2b
commit
3ce7c7cc50
1 changed files with 11 additions and 10 deletions
5
.github/workflows/doc.yml
vendored
5
.github/workflows/doc.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue