Skip to content

Add renaming to c++ method params (#779) #20

Add renaming to c++ method params (#779)

Add renaming to c++ method params (#779) #20

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
deploy_book:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: latest
- run: mdbook build
working-directory: ./book
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book