Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Remove duplicate relocation notice in README #655

Remove duplicate relocation notice in README

Remove duplicate relocation notice in README #655

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/[email protected]
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