Skip to content

valaidated removed error form annotation #81

valaidated removed error form annotation

valaidated removed error form annotation #81

Workflow file for this run

name: DOCS
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Deploy DOCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
path: main
- name: Build DOC for main
run: |
mkdir public
- name: Deploy Docs to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages-docs
build_dir: public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yaml