Skip to content

Commit 9c73e2b

Browse files
committed
[FIX] Do not apply :splat redirection on github pages.
It does not work in right way
1 parent dcc0afa commit 9c73e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pages:
22
stage: deploy
33
script:
44
- mkdir -p public
5-
- echo "/* https://katyukha.github.io/odoo-helper-scripts/:splat 301" > public/_redirects
5+
- echo "/* https://katyukha.github.io/odoo-helper-scripts/ 301" > public/_redirects
66
artifacts:
77
paths:
88
- public

0 commit comments

Comments
 (0)