diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a882bab..a48207cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,20 @@ build: only: - tags - dev - # - master + +# Build of GitHub Pages +pages: + stage: build + before_script: + - git config user.email "" + - git config --global user.name "Baldissera" + script: + - mkdocs build + - git add site/ + - git commit -m"Build new Pages with $CI_PIPELINE_ID" + - git push https://$GITHUB_USERNAME:$GITHUB_CREDENTIALS@github.com/fga-gpp-mds/2018.1_Nexte.git `git subtree split --prefix site/`:gh-pages --force + only: + - dev # Deploy to PlayStore in Beta Version deploy_beta: @@ -82,20 +95,6 @@ deploy_beta: only: - tags -# Build of GitHub Pages -pages: - stage: build - before_script: - - git config user.email "" - - git config --global user.name "Baldissera" - script: - - mkdocs build - - git add site/ - - git commit -m"Build new Pages with $CI_PIPELINE_ID" - - git push https://$GITHUB_USERNAME:$GITHUB_CREDENTIALS@github.com/fga-gpp-mds/2018.1_Nexte.git `git subtree split --prefix site/`:gh-pages --force - only: - - dev - # Cache for use on next executions cache: key: ${CI_PROJECT_ID}2 diff --git a/docs/Sprints/Sprint10/Sprint10-Planejmento.md b/docs/Sprints/Sprint10/Sprint10-Planejamento.md similarity index 100% rename from docs/Sprints/Sprint10/Sprint10-Planejmento.md rename to docs/Sprints/Sprint10/Sprint10-Planejamento.md diff --git a/mkdocs.yml b/mkdocs.yml index cfe84bdb..feb28124 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,11 +61,11 @@ pages: - Resultados: Sprints/Sprint8/Sprint8-Resultados.md - Sprint 9: - Planejamento: Sprints/Sprint9/Sprint9-Planejamento.md - - Resultados: Sprint/Sprint9/Sprint9-Resultados.md + - Resultados: Sprints/Sprint9/Sprint9-Resultados.md - Sprint 10: - Planejamento: Sprints/Sprint10/Sprint10-Planejamento.md - Resultados: Sprints/Sprint10/Sprint10-Resultados.md - Sprint11: - - Planejamento: Sprints/Sprint11/Sprint11-Planejmento.md + - Planejamento: Sprints/Sprint11/Sprint11-Planejamento.md - Post Mortem: - Post Mortem - Release 1: PostMortem/PostMortemRelease1.md