mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Redirect to main branch by default
This commit is contained in:
parent
9a2384c859
commit
a29be536d5
1 changed files with 6 additions and 0 deletions
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
|
@ -56,6 +56,12 @@ jobs:
|
|||
done
|
||||
|
||||
echo "README.md updated successfully."
|
||||
|
||||
- name: Create Index Page
|
||||
run: |
|
||||
if [ ! -f index.html ]; then
|
||||
echo "<meta http-equiv=refresh content=0;url=main/azalea>" > index.html
|
||||
fi
|
||||
|
||||
- name: Deploy Documentation to Docs Branch
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue