Skip to content

Fix export/import, html not stopping at fenced code end #24

Fix export/import, html not stopping at fenced code end

Fix export/import, html not stopping at fenced code end #24

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: node
- run: npm install
- run: npm test
- uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages
folder: example
single-commit: true
commit-message: .
git-config-name: Titus Wormer
git-config-email: [email protected]