Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dcfd58189 | ||
|
|
0914ea0a60 | ||
|
|
37a95607b3 | ||
|
|
fe7ee54601 | ||
| 81effc9815 |
@ -11,11 +11,16 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build MkDocs Material
|
- name: Set up Python
|
||||||
# We use the official image to build the site into the 'site' folder
|
uses: actions/setup-python@v4
|
||||||
run: |
|
with:
|
||||||
docker run --rm -v "${{ github.workspace }}:/docs" \
|
python-version: '3.x'
|
||||||
squidfunk/mkdocs-material build
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install mkdocs-material
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: mkdocs build
|
||||||
|
|
||||||
- name: Sync to Garage S3
|
- name: Sync to Garage S3
|
||||||
uses: https://github.com/jakejarvis/s3-sync-action@master
|
uses: https://github.com/jakejarvis/s3-sync-action@master
|
||||||
|
|||||||
3
docs/wishlist.md
Normal file
3
docs/wishlist.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## GPU support with WebGPU
|
||||||
|
|
||||||
|
Example: https://github.com/seyhajin/webgpu-wasm-zig
|
||||||
Loading…
x
Reference in New Issue
Block a user