Skip to content

Start of deploy

Start of deploy #8

Workflow file for this run

name: Build Docs
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo doc --no-deps
- uses: actions/checkout@v4
ref: gh-pages

Check failure on line 19 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Build Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 19, Col: 7): Unexpected value 'ref'
- name: Clean directory
run: rm -rf docs/api
- name: Copy docs
run: cp -pR target/doc docs/api