mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-28 02:10:25 -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue