Skip to content

Commit

Permalink
ci: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Sep 12, 2024
1 parent bd48375 commit d2f0887
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build Docs 📖
run: pnpm run docs

# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@4.1.5
# with:
# branch: gh-pages
# folder: docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: docs
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# @wopjs/template

[![Docs](https://www.paka.dev/badges/v0/cute.svg)](https://www.paka.dev/npm/@wopjs/template)
[![Docs](https://img.shields.io/badge/Docs-read-%23fdf9f5)](https://wopjs.github.io/template)
[![Build Status](https://github.com/wopjs/template/actions/workflows/build.yml/badge.svg)](https://github.com/wopjs/template/actions/workflows/build.yml)
[![npm-version](https://img.shields.io/npm/v/@wopjs/template.svg)](https://www.npmjs.com/package/@wopjs/template)
[![Coverage Status](https://img.shields.io/coverallsCoverage/github/wopjs/template)](https://coveralls.io/github/wopjs/template)
[![minified-size](https://img.shields.io/bundlephobia/minzip/@wopjs/template)](https://bundlephobia.com/package/@wopjs/template)

Collection of common utilities.

Expand Down

0 comments on commit d2f0887

Please sign in to comment.