Skip to content
Snippets Groups Projects
Commit bab38d2a authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

syntax fix

parent 3b773afa
No related branches found
No related tags found
No related merge requests found
Pipeline #4237 failed
......@@ -8,7 +8,7 @@ pages:
HTTPS_REMOTE: https://gitlab-ci-token:${ACCESS_TOKEN}@${CI_SERVER_HOST}/rep/${CI_PROJECT_PATH}.git
before_script:
- pip install -q mkdocs-material mike
- apt-get update -qq && apt-get install -y -qq git
- apt-get update -qq && apt-get -qq install -y git
- git config user.name $GITLAB_USER_NAME
- git config user.email $GITLAB_USER_EMAIL
- git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet."
......
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