Skip to content

Commit

Permalink
Setup github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Sep 25, 2023
1 parent 51f3b33 commit 7bcb692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml → .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy
name: CICD

on:
push:
branches:
- main
on: [push, pull_request]

permissions:
contents: read
Expand All @@ -15,8 +12,9 @@ concurrency:
cancel-in-progress: false

jobs:
build:
name: Build
publish:
name: Publish
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
> Preview version, will not guarantee the stability of the API! Do NOT use in production environment!
# Formula Editor
# Formula Editor
![npm](https://img.shields.io/npm/v/%40idealworld%2Fformula-editor)
![GitHub](https://img.shields.io/github/license/ideal-world/formula-editor)
![GitHub last commit](https://img.shields.io/github/last-commit/ideal-world/formula-editor)

**A relatively complete formula editor.**

Expand Down

0 comments on commit 7bcb692

Please sign in to comment.