Skip to content
Snippets Groups Projects
Verified Commit d0b3b36a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Publish markdown pages

parent e705108b
No related branches found
No related tags found
1 merge request!11Raw loader /publish markdown pages
Pipeline #5870 passed with stage
in 1 minute and 48 seconds
......@@ -50,6 +50,8 @@ pages:
- yarn build
- rm -rf public
- mv dist public
# copy markdown pages so these can be reused by other sites, if needed
- cp -r src/pages public/pages
# ugly hack from https://gitlab.com/gitlab-org/gitlab-pages/issues/23#note_57499396
# until Gitlab Pages has better support for SPA
- cp public/index.html public/404.html
......
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