Skip to content
Snippets Groups Projects
Commit 937c51bd authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

auto redirect feature

parent abf688e4
No related branches found
No related tags found
1 merge request!27Regular merge of develop
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://r3.training.pages.uni.lu/git.slides/stable"/>
</head>
<body>
</bod>
</html>
\ No newline at end of file
......@@ -11,6 +11,7 @@ pages:
- mkdir latest
- mv public/* latest/.
- mv latest public/.
- cp .autoRedirect public/latest/index.html
artifacts:
paths:
......@@ -26,6 +27,7 @@ pages:
- mkdir stable
- mv public/* stable/.
- mv stable public/.
- cp .autoRedirect public/stable/index.html
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment