Skip to content

Use a transparent repr for PyReadonly/ReadwriteArray as this has beco… #135

Use a transparent repr for PyReadonly/ReadwriteArray as this has beco…

Use a transparent repr for PyReadonly/ReadwriteArray as this has beco… #135

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the doc
run: |
cargo doc --all-features --no-deps
echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/
destination_dir: .
full_commit_message: 'Upload documentation for current main'