Skip to content

fix: update image width to use css variable #116

fix: update image width to use css variable

fix: update image width to use css variable #116

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