Skip to content

Remove incorrect \_ \[ \] in posts. #40

Remove incorrect \_ \[ \] in posts.

Remove incorrect \_ \[ \] in posts. #40

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/jekyll-build-pages@v1
- uses: actions/upload-pages-artifact@v0