Skip to content

Commit

Permalink
Editorial: style fix and production link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works authored and Huxpro committed Feb 25, 2022
1 parent 2e327e5 commit b2f07a7
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 215 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy spec

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run build
- name: commit changes
uses: elstudio/actions-js-build/commit@v3
with:
commitMessage: "fixup: [spec] `npm run build`"
Loading

0 comments on commit b2f07a7

Please sign in to comment.