[Breaking] Change default fill_value
of count_elements
from 0
to None
#1135
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Pages | |
on: | |
pull_request: | |
branches: [main] | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main | |
with: | |
install-cmd: npm install --force | |
python-version: "3.11" | |
working-directory: site | |
pre-build: | | |
pip install -e '..[gh-pages]' | |
python ../site/make_docs.py |