Skip to content

Commit

Permalink
Add CI for documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
  • Loading branch information
vrongmeal committed Aug 18, 2020
1 parent 7dcf645 commit 84ea067
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docs CI

on:
push:
branches: [ main ]

pull_request:
branches: [ main ]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Go CI

on:
push:
Expand Down

0 comments on commit 84ea067

Please sign in to comment.