aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-03-08 14:58:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-03-08 14:58:36 -0500
commitc067d4df73748b985fe9caf4632c29574a7f1e5e (patch)
tree1dde857d339e808e81f9960d03ed2beb84c5164f /.github
parent38b992532abb45af0a11522b252f5207fdb931f5 (diff)
downloadkutter-c067d4df73748b985fe9caf4632c29574a7f1e5e.tar.gz
kutter-c067d4df73748b985fe9caf4632c29574a7f1e5e.tar.xz
kutter-c067d4df73748b985fe9caf4632c29574a7f1e5e.zip
klipper3d-deploy: Temporarily disable translations on klipper3d.org
Temporarily disable support for multiple languages on the main klipper3d.org site. The search functionality isn't working correctly with translations. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/klipper3d-deploy.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/klipper3d-deploy.yaml b/.github/workflows/klipper3d-deploy.yaml
index 0124317b..812931c7 100644
--- a/.github/workflows/klipper3d-deploy.yaml
+++ b/.github/workflows/klipper3d-deploy.yaml
@@ -7,8 +7,6 @@ on:
- docs/**
- mkdocs.yml
- .github/workflows/klipper3d-deploy.yaml
- schedule:
- - cron: "0 0 * * *"
jobs:
deploy:
runs-on: ubuntu-latest
@@ -26,8 +24,6 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: pip install -r docs/_klipper3d/mkdocs-requirements.txt
- - name: Fetch translations
- run: docs/_klipper3d/fetch-translations.sh
- name: Build and deploy klipper3d
run: |
mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose