Commit eac612f9 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml, add workaround to rename .htm to .html

parent ac225bc7
Pipeline #2092 passed with stage
in 22 seconds
......@@ -3,6 +3,7 @@ image: alpine:latest
pages:
stage: deploy
script:
- find . -type f -name 'index.htm' -exec sh -c 'x="{}"; y=$(echo "$x" | sed -e 's/.htm/.html/g') ; cp $x $y' \;
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment