Skip to content

Commit 4f73bbb

Browse files
committed
chore: update GitHub Actions workflow and documentation links
- Update GitHub Actions matrix to include additional operating systems (ubuntu-20.04, macOS-10.15, windows-2019) and Python versions (3.8, 3.9, 3.10, 3.11) - Update internal documentation links to point to new locations This change ensures the build process is more robust by testing on a wider range of environments and keeps the documentation up-to-date with the latest internal structure.
1 parent 18a5d8d commit 4f73bbb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9"]
11-
10+
os: [ubuntu-20.04, macOS-10.15, windows-2019]
11+
python-version: ["3.8", "3.9", "3.10", "3.11"]
12+
1213
steps:
1314
- uses: actions/checkout@v4
1415
- name: Set up Python ${{ matrix.python-version }}

docs/other/connect2gaianet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GaiaNet is a decentralized computing infrastructure that enables everyone to cre
1717

1818
Before you begin, ensure you have:
1919

20-
- GCOP installed (see [Quick Start Guide](./quick-start.md) for installation instructions)
20+
- GCOP installed (see [Quick Start Guide](/guide/quick-start.md) for installation instructions)
2121
- A GaiaNet account and access to a GaiaNet node
2222

2323
For more information about GaiaNet, you can check out:
@@ -72,6 +72,6 @@ If you encounter any issues:
7272
- Ensure your GaiaNet node is running and accessible
7373
- Verify your internet connection
7474

75-
For more help, refer to the [FAQ](../faq.md) or consult the [GaiaNet documentation](https://docs.gaianet.ai/intro).
75+
For more help, refer to the [How to guide](/guide/how-to-guide.md) or consult the [GaiaNet documentation](https://docs.gaianet.ai/intro).
7676

7777
By following these steps, you can harness the power of GaiaNet's decentralized AI infrastructure to enhance your Git workflow with GCOP.

0 commit comments

Comments
 (0)