Skip to content

Commit a9a6da4

Browse files
authored
ci: redirect to master by default
1 parent 02eebcc commit a9a6da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: v0.5.3
4141
- run: |
4242
touch .nojekyll
43-
echo -e '<html><head><meta http-equiv="refresh" content="0; url=./v0.5.3" /></head></html>' > index.html
43+
echo -e '<html><head><meta http-equiv="refresh" content="0; url=./master" /></head></html>' > index.html
4444
echo -e "* master\n * <a href=\"../master\">**master**</a>\n * <a href=\"../v0.5.3\">v0.5.3</a>\n$(cat master/NAV.md)" > master/NAV.md
4545
echo -e "* v0.5.3\n * <a href=\"../master\">master</a>\n * <a href=\"../v0.5.3\">**v0.5.3**</a>\n$(cat v0.5.3/NAV.md)" > v0.5.3/NAV.md
4646
cp master/assets/favicon.ico .

0 commit comments

Comments
 (0)