1
2
Fork 0
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:
Aditya Kumar 2024-11-27 17:07:47 +05:30
parent 9a2384c859
commit a29be536d5
No known key found for this signature in database

View file

@ -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: |