Skip to content

Run rustup to add target #10

Run rustup to add target

Run rustup to add target #10

Workflow file for this run

name: build
on:
push:
branches: ["test-ci"]
jobs:
build-docs:
runs-on: ubuntu-latest
container: riot/riotbuild
steps:
- name: Check out rust-documentation-builder
uses: actions/checkout@v3
- name: Run `make build-from-checkout`
# Note that this runs the RIOT checkout internally, both to reduce
# dependencies on GitHub actions and to gain the flexibility on running
# with different sources with the same ease locally and in CI.
run: |
pwd
ls -la
sh ./build-with-checkouts.sh
find bin -name 'index.html'
- name: Create artifact of built documentation
uses: actions/upload-artifact@v4
with:
name: rustdoc
path: bin