Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

don't wrap column summary content #73

don't wrap column summary content

don't wrap column summary content #73

Workflow file for this run

name: build
permissions:
contents: write
on:
push:
branches:
- main
jobs:
deploy-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install "git+https://github.com/skrub-data/skrub.git@main"
pip install -e ".[doc]"
- name: Build the doc
run: |
python doc/make_doc.py
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/_build