Skip to content

Merge pull request #34 from nevermined-io/feat/create-agent-method #53

Merge pull request #34 from nevermined-io/feat/create-agent-method

Merge pull request #34 from nevermined-io/feat/create-agent-method #53

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install lazydocs mkdocs mkdocs-awesome-pages-plugin
- run: ./build-docs.sh
- run: mkdocs gh-deploy --force