Skip to content

spirv-std: only enable glam&num-traits's libm features on SPIR-… #648

spirv-std: only enable glam&num-traits's libm features on SPIR-…

spirv-std: only enable glam&num-traits's libm features on SPIR-… #648

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install mdbook spirv-tools
- run: mkdir docs-build/
- run: $(cd docs && mdbook build -d ../docs-build/book)
- run: .github/workflows/docs.sh
- run: mv target/doc docs-build/api
- uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs-build # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch