Skip to content

Added UnsupportedPtxVersion to the error enum (#75) #146

Added UnsupportedPtxVersion to the error enum (#75)

Added UnsupportedPtxVersion to the error enum (#75) #146

Workflow file for this run

name: build mdbook for github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook build guide/ -d ../book
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book