Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
docs
Mkdocs Material
Commits
74595d90
Commit
74595d90
authored
Apr 25, 2021
by
Jorge Tardío Rubio
Browse files
gitlab-ci updated
parent
7b017eda
Pipeline
#2562
failed with stages
in 45 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
74595d90
...
...
@@ -25,10 +25,14 @@ pages:
only
:
-
main
script
:
-
ls
-
pwd
-
mkdir -p public/en
-
mkdir public/es
-
mkdocs build -f config/en/mkdocs.yml --verbose --site-dir public/en/ --no-directory-urls
-
mkdocs build -f config/es/mkdocs.yml --verbose --site-dir public/es/ --no-directory-urls
-
mkdocs build -f config/en/mkdocs.yml --verbose --no-directory-urls
-
mkdocs build -f config/es/mkdocs.yml --verbose --no-directory-urls
-
ls
-
pwd
-
cp -r public/en/* public
-
ls public/
-
ls public/en
...
...
config/en/mkdocs.yml
View file @
74595d90
...
...
@@ -2,7 +2,7 @@ site_name: Docs Name
site_description
:
Description...
docs_dir
:
'
../../docs/en'
# Where to find the English markdown files
#
site_dir: '../../public/en' # Where to put the English HTML files
site_dir
:
'
../../public/en'
# Where to put the English HTML files
repo_url
:
https://lab.gsi.upm.es/docs/mkdocs-material/
edit_uri
:
edit/main/docs/
...
...
config/es/mkdocs.yml
View file @
74595d90
...
...
@@ -2,7 +2,7 @@ site_name: Docs Name
site_description
:
Description...
docs_dir
:
'
../../docs/es'
# Where to find the English markdown files
#
site_dir: '../../public/es' # Where to put the English HTML files
site_dir
:
'
../../public/es'
# Where to put the English HTML files
repo_url
:
https://lab.gsi.upm.es/docs/mkdocs-material/
edit_uri
:
edit/main/docs/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment