Skip to content

Commit e6acf2b

Browse files
authored
Merge pull request #5 from AFCProject/merge-main-into-dev
Merge main into DEV
2 parents 9d0f19c + a6c6030 commit e6acf2b

66 files changed

Lines changed: 918 additions & 1205 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: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Deploy to GCS
2+
3+
on:
4+
push:
5+
branches:
6+
- DEV
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+
- uses: google-github-actions/setup-gcloud@v2
36+
37+
- name: Deploy to GCS
38+
run: gsutil -m rsync -r -d site/ gs://dev.afcproject.dev

.gitmodules

Lines changed: 2 additions & 2 deletions
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
4-
branch = DEV
3+
url = https://github.com/AFCProject/AFC-Klipper-Add-On
4+
branch = DEV

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thanks for your interest in contributing! Whether it's a bug report, new feature
66

77
1. **Fork the repository** and create your branch from `DEV` branch.
88
2. Make your changes, following the guidelines below.
9-
3. Submit a [pull request](https://github.com/ArmoredTurtle/AT-Documentation/pulls).
9+
3. Submit a [pull request](https://github.com/AFCProject/Documentation/pulls).
1010

1111
**NOTE** All pull requests should be up to date with the latest changes from the `DEV` branch and PRs should be opened against the `DEV` branch.
1212

@@ -40,7 +40,7 @@ The only exception to this would be if the changes are in the current deployed v
4040

4141
## Bug Reports & Feature Requests
4242

43-
- Use GitHub [Issues](https://github.com/ArmoredTurtle/AT-Documentation/issues) to report bugs or request features.
43+
- Use GitHub [Issues](https://github.com/AFCProject/Documentation/issues) to report bugs or request features.
4444
- When reporting a bug, please include:
4545
- A description of the issue
4646
- Steps to reproduce
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.
74.4 KB
Binary file not shown.

docs/assets/logo.png

272 KB
Loading

0 commit comments

Comments
 (0)