Skip to content

Merge pull request #41 from rdulmina/samples-and-event-handler #20

Merge pull request #41 from rdulmina/samples-and-event-handler

Merge pull request #41 from rdulmina/samples-and-event-handler #20

Workflow file for this run

name: Devant Docs Publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-devant-docs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r en/requirements.txt
- name: Build MkDocs Documentation
run: |
git config --global user.email "[email protected]"
git config --global user.name "ballerina-bot"
cd en/
mkdocs gh-deploy