Skip to content

fix: reduce duplication of setup process #14

fix: reduce duplication of setup process

fix: reduce duplication of setup process #14

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
setup:
uses: ./.github.workflows/setup.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

invalid value workflow reference: no version specified
build:
needs:
- setup
runs-on: ubuntu-latest
steps:
- name: "Configure git"
run: |
git config user.name "CICD"
git config user.email "[email protected]"
- name: "Build mkdocs"
run: make doc-deploy