Skip to content

Fix Cython 3 Compatibility #78

Fix Cython 3 Compatibility

Fix Cython 3 Compatibility #78

Workflow file for this run

name: Deploy docs
on:
push:
branches: main
jobs:
update-pages:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Select python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Build sdist
run: |
python -m pip install build
python -m build --sdist
env:
GSSAPI_SUPPORT_DETECT: false
GSSAPI_LINKER_ARGS: ''
GSSAPI_COMPILER_ARGS: ''
- name: Build docs
run: ./ci/run-on-linux.sh ./ci/before-docs-deploy.sh
env:
DISTRO: fedora:latest
- name: Deploy latest docs
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ci_docs_build
TARGET_FOLDER: latest