Commit 952345d5 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Capitalise project name

parent 47e250e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -100,7 +100,7 @@ pages:
    - |
    - |
     export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1)
     export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1)
    - |
    - |
     sed -i 's/PROJECT/'$CI_PROJECT_NAME'/g' index.html
     sed -i 's/PROJECT/'${CI_PROJECT_NAME^^}'/g' index.html
  script:
  script:
    - echo 'Publishing on pages'
    - echo 'Publishing on pages'
    -  ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME;
    -  ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME;