Skip to content

Update docs.yml

Update docs.yml #16

Workflow file for this run

name: Docs
on:
push
# workflow_dispatch
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
id: build
uses: wuppersaver/ford-build@v0.2
with:
project_file: /optados/
- name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v3
with:
pages_threshold: major_outage
- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: gh-pages
build_dir: /public/