Skip to content

Commit

Permalink
test(ci): add deploy status badge to readme and add build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 27, 2024
1 parent 53be76f commit a616a86
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build VitePress Site

on:
push:
branches: [main]
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build with VitePress
run: yarn build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Deploy](https://github.com/celestiaorg/docs/actions/workflows/deploy.yml/badge.svg)](https://github.com/celestiaorg/docs/actions/workflows/deploy.yml)

# Celestia Documentation Site

Welcome to the official documentation repository for [Celestia](https://celestia.org/).
Expand Down

0 comments on commit a616a86

Please sign in to comment.