Skip to content

docs WIP

docs WIP #1

Workflow file for this run

name: Deploy documentation site
on:
push:
paths:
- 'docs/**'
- '.github/workflows/deploy-docs.yml'
branches: ["main"]
workflow_dispatch:
jobs:
build:
name: Deploys
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main
- name: 'Build and deploy'
shell: bash
run: |
brew install doctave/doctave/doctave
doctave build --release --allow-failed-checks
- name: GitHub Pages
if: github.ref == 'refs/heads/main'
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: site/
env:
GITHUB_TOKEN: {{ secrets.GITHUB_TOKEN }}

Check failure on line 31 in .github/workflows/deploy-docs.yml

View workflow run for this annotation

GitHub Actions / Deploy documentation site

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-docs.yml (Line: 31, Col: 23): A mapping was not expected