Skip to content

revert changes to yml #8

revert changes to yml

revert changes to yml #8

Workflow file for this run

name: CD
on:
push:
branches:
- master
- main
- NP-2219-Update-docs.neoflow.energy-with-Pen-test-report-and-SOC2
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy