Skip to content

TST: Raise the final du passthrough size on CI #44

TST: Raise the final du passthrough size on CI

TST: Raise the final du passthrough size on CI #44

Workflow file for this run

name: Deploy to gh-pages
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
permissions:
pages: write
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install aspell
- run: .github/scripts/spellcheck.sh README.md
- run: .github/scripts/spellcheck.sh README.full.md
- run: pip install --user markdown
- run: .github/scripts/build-website.sh
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output