mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 14:24:13 +00:00
Try building docs on macOS
This commit is contained in:
parent
3888fbe51f
commit
62da29e3c2
3
.github/workflows/deploy_docs.yml
vendored
3
.github/workflows/deploy_docs.yml
vendored
@ -5,11 +5,10 @@ on:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: rustup component add rustfmt clippy rust-src rustc-dev llvm-tools-preview
|
||||
- run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
|
||||
- run: brew install mdbook spirv-tools
|
||||
- run: mkdir docs-build/
|
||||
- run: $(cd docs && mdbook build -d ../docs-build/book)
|
||||
|
Loading…
Reference in New Issue
Block a user