Skip to content

docs: update paths for yy_parser.go and lexer.go (#258) #153

docs: update paths for yy_parser.go and lexer.go (#258)

docs: update paths for yy_parser.go and lexer.go (#258) #153

Workflow file for this run

name: Publish
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book