Skip to content

Remove incorrect \_ \[ \] in posts. (#110) #42

Remove incorrect \_ \[ \] in posts. (#110)

Remove incorrect \_ \[ \] in posts. (#110) #42

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