Compare commits
No commits in common. "main" and "simd" have entirely different histories.
@ -11,16 +11,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install mkdocs-material
|
||||
|
||||
- name: Build
|
||||
run: mkdocs build
|
||||
- name: Build MkDocs Material
|
||||
# We use the official image to build the site into the 'site' folder
|
||||
run: |
|
||||
docker run --rm -v "${{ github.workspace }}:/docs" \
|
||||
squidfunk/mkdocs-material build
|
||||
|
||||
- name: Sync to Garage S3
|
||||
uses: https://github.com/jakejarvis/s3-sync-action@master
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
## GPU support with WebGPU
|
||||
|
||||
Example: https://github.com/seyhajin/webgpu-wasm-zig
|
||||
Loading…
x
Reference in New Issue
Block a user