Skip to content

covert mathml arrray hlines to the rowlines attribute #200

covert mathml arrray hlines to the rowlines attribute

covert mathml arrray hlines to the rowlines attribute #200

Workflow file for this run

name: Build documentation
on:
push:
paths:
- README.md
- CHANGELOG.md
- make4ht-doc.tex
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Generate HTML docs
uses: ./.github/actions/make4ht-build
- name: Publish the web pages
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./htmldoc