Skip to content

feat: add mac os shortcuts #88

feat: add mac os shortcuts

feat: add mac os shortcuts #88

Workflow file for this run

name: pages
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
pages:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup
run: |
cp assets/bin/* /usr/local/bin
chmod u+x /usr/local/bin/mdbook*
- name: build
run: mdbook build
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: book