Skip to content

gh-224: add matrix transpose #188

gh-224: add matrix transpose

gh-224: add matrix transpose #188

Workflow file for this run

name: Docs C/C++
on:
push:
branches: [ main ]
paths:
- '.github/**'
- 'include/**'
- 'src/**'
- 'Doxyfile'
- 'README.md'
jobs:
build:
# Do not attempt to deploy documentation on forks
if: github.repository_owner == 'SparseLinearAlgebra'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate documentation
uses: mattnotmitt/[email protected]
- name: Publish to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html/
destination_dir: docs-cpp