Skip to content

fix: pandas df truthiness (#782) #254

fix: pandas df truthiness (#782)

fix: pandas df truthiness (#782) #254

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: set up python
uses: actions/setup-python@v4
with:
cache: "pip"
cache-dependency-path: "pyproject.toml"
python-version: ${{ matrix.python-version }}
- name: install invoke
run: pip install invoke
- name: install dependencies
run: inv install
- name: docs
run: inv docs-build
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source-directory: "docs/autodocs/_build/markdown"
target-directory: "api/python-sdk/autodocs"
destination-github-username: "rungalileo"
destination-repository-name: "docs"
user-email: [email protected]