Skip to content

fix #3. Added ack. Updated the documentation and readmes. #45

fix #3. Added ack. Updated the documentation and readmes.

fix #3. Added ack. Updated the documentation and readmes. #45

Workflow file for this run

name: Sphinx Documentation
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmad88me/sphinx-docs-action@v0.8
with:
python-version: '3.8'
git-username: 'ahmad88me'
git-email: 'ahmad88me@gmail.com'
project-path: 'src'
readme: README-pypi.md
commit-message: 'update docs'
files-pattern: 'examples/*example*.py'
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --debug