mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-25 17:18:37 -07:00
_klipper3d: Rename build-translations.sh to build-website.sh
Rename the build script to make it more clear that it builds the entire github hosted website. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8b58aa1302
commit
94cbde7517
2 changed files with 5 additions and 4 deletions
2
.github/workflows/klipper3d-deploy.yaml
vendored
2
.github/workflows/klipper3d-deploy.yaml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install -r docs/_klipper3d/mkdocs-requirements.txt
|
||||
- name: Build MkDocs Pages
|
||||
run: docs/_klipper3d/build-translations.sh
|
||||
run: docs/_klipper3d/build-website.sh
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
# This script extracts the Klipper translations and builds multiple
|
||||
# mdocs sites - one for each supported language. See the README file
|
||||
# for additional details.
|
||||
# This script creates the main klipper3d.org website hosted on github.
|
||||
# It extracts the Klipper translations and builds multiple mdocs sites
|
||||
# - one for each supported language. See the README file for
|
||||
# additional details.
|
||||
|
||||
MKDOCS_DIR="docs/_klipper3d/"
|
||||
WORK_DIR="work/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue