Skip to content

Commit

Permalink
Merge pull request #391 from opengisch/workaround-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Oct 24, 2023
2 parents 84cb614 + 36140ac commit 9485de2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Install Python requirements
run: pip install -r requirements.txt

- name: Install Python requirements insiders
run: pip install -r requirements-insiders.txt
env:
MKDOCS_INSIDERS_TOKEN: ${{ secrets.MKDOCS_INSIDERS_TOKEN }}
# - name: Install Python requirements insiders
# run: pip install -r requirements-insiders.txt
# env:
# MKDOCS_INSIDERS_TOKEN: ${{ secrets.MKDOCS_INSIDERS_TOKEN }}

- name: Install Transifex client
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zoho.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MKDOCS_INSIDERS_TOKEN: ${{ secrets.MKDOCS_INSIDERS_TOKEN }}
run: |
pip install -r requirements.txt
pip install -r requirements-insiders.txt
# pip install -r requirements-insiders.txt
- name: Generate Zoho authentication credentials and update Zoho
env:
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ plugins:
- search
- social:
# See https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/
cards_color:
fill: "#72ad2e"
text: "#FFFFFF"
cards_layout_options:
background_color: "#72ad2e"
color: "#FFFFFF"
- i18n:
default_language_only: !ENV [DEFAULT_LANGUAGE_ONLY, true]
# FIX ME: Add autodetection to translation rates so that only languages
Expand Down
2 changes: 1 addition & 1 deletion requirements-insiders.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/opengisch/mkdocs-material-insiders@425df60910d649d80505851dc2fd3d240cd65e73#egg=mkdocs-material
git+https://${MKDOCS_INSIDERS_TOKEN}@github.com/opengisch/mkdocs-material-insiders@9.4.6-insiders-4.42.2#egg=mkdocs-material
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CairoSVG==2.7.1
cryptography==41.0.4
fancyboxmd==1.1.0
mkdocs-material==9.4.6
mkdocs-material-extensions==1.3
mkdocs-static-i18n==1.1.1
mkdocs-video==1.5.0
PyGithub==2.1.1
Expand Down

0 comments on commit 9485de2

Please sign in to comment.