Skip to content
Snippets Groups Projects
Commit 0ab48a78 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

trying curl + http url now. ..

parent d09aa106
No related branches found
No related tags found
No related merge requests found
Pipeline #151299 failed
...@@ -7,7 +7,7 @@ pages: ...@@ -7,7 +7,7 @@ pages:
script: script:
- mkdir .public - mkdir .public
- cp -r ./* .public - cp -r ./* .public
- wget --no-check-certificate https://www.heicad.hhu.de/lehre/masters-programme-ai-and-data-science/faq/ .public/FAQ.html - curl http://www.heicad.hhu.de/lehre/masters-programme-ai-and-data-science/faq/ --output .public/FAQ.html
- rm -rf public - rm -rf public
- mv .public public - mv .public public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment