Skip to content

Commit 48952f9

Browse files
committed
bump CI
1 parent 9bca73e commit 48952f9

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
pip install -r workshop/content/requirements.txt
2323
- name: Build site 📦
2424
run: |
25-
zensical build --clean --strict --config-file workshop/content/zensical.toml
26-
zensical build --strict --config-file workshop/content/zensical.pt.toml
25+
cd workshop/content
26+
zensical build --clean --strict
27+
zensical build --strict --config-file zensical.pt.toml
2728
mv site /tmp/
2829
- name: checkout gh-pages branch
2930
uses: actions/checkout@master

workshop/content/zensical.pt.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra_css = [
1414
]
1515

1616
# Native translated nav for Portuguese
17-
nav =[
17+
nav = [
1818
{ "Início" = "index.pt.md"},
1919
{ "Introdução á pygeoapi" = "introduction.pt.md"},
2020
{ "Configuração do ambiente da workshop" = "setup.pt.md"},
@@ -52,7 +52,7 @@ variant = "classic"
5252
primary = "black"
5353
favicon = "assets/favicon.ico"
5454
logo = "assets/images/pygeoapi-icon-notrans.png"
55-
features =[
55+
features = [
5656
"content.action.edit",
5757
"content.action.view",
5858
"navigation.top",
@@ -64,7 +64,7 @@ features =[
6464
[project.extra]
6565
homepage = "https://dive.pygeoapi.io"
6666

67-
alternate =[
67+
alternate = [
6868
{ name = "English", link = "/", lang = "en" },
6969
{ name = "Português", link = "/pt/", lang = "pt" }
7070
]

0 commit comments

Comments
 (0)