Skip to content

Commit 0f6734d

Browse files
authored
Updating docs, remove and replace Armored Turtle with AFCProject
Update docs
2 parents cfdf6ba + 8e637b5 commit 0f6734d

57 files changed

Lines changed: 883 additions & 1176 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Deploy to GCS
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
14+
15+
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
19+
20+
- uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.13'
23+
24+
- uses: astral-sh/setup-uv@v4
25+
26+
- run: uv sync
27+
28+
- run: uv run mkdocs build
29+
30+
- uses: google-github-actions/auth@v2
31+
with:
32+
workload_identity_provider: projects/497569814697/locations/global/workloadIdentityPools/github-pool/providers/github-provider
33+
service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}
34+
35+
- name: Deploy to GCS
36+
run: gsutil -m rsync -r -d site/ gs://www.afcproject.dev

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "AFC-Klipper-Add-On"]
22
path = AFC-Klipper-Add-On
3-
url = https://github.com/ArmoredTurtle/AFC-Klipper-Add-On
3+
url = https://github.com/AFCProject/AFC-Klipper-Add-On
44
branch = main
File renamed without changes.

docs/afc-accessories/index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/afc-klipper-add-on/index.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/afc-klipper-add-on/installation/update-menu.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/assets/logo.png

272 KB
Loading

docs/assets/logo.svg

Lines changed: 191 additions & 15 deletions
Loading

0 commit comments

Comments
 (0)