mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 16:35:57 +08:00
Added workflows CI
This commit is contained in:
26
.github/workflows/CI.yml
vendored
Normal file
26
.github/workflows/CI.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: obsidian-weread-plugin
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
@@ -1,3 +1,4 @@
|
||||
# Obsidian to Notion
|
||||
Obsidian share to Notion
|
||||
|
||||
Share obsidian files to Notion with one click, and auto add Notion share link in obsidian
|
||||
@@ -67,3 +68,6 @@ A share link will be automatically generated after successful upload
|
||||
[GitHub - obsidianmd/obsidian-api](https://github.com/obsidianmd/obsidian-api)
|
||||
|
||||
[GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin)
|
||||
|
||||
# License
|
||||
GNU GPLv3
|
||||
Reference in New Issue
Block a user