Skip to content

Commit 0670088

Browse files
committed
feat: update openchemlib and openchemlib-utils (#8)
* chore: init converter of nmrium to nmredata * chore: use diaID in J assignment * feat: add support for 2D spectra * feat: split nmriumtonmredata in severals functions * chore: remove .travis.yml * chore: add dist and lib to .gitignore * feat: update openchemlib, openchemlib-util fix eslint BREAKING_CHANGES remove openchemlib-extended change function names * chore: remove lib/index.js * feat: create release.yml * feat: create nodejs.yml * feat: create documentationsjs.yml
1 parent 3f71a38 commit 0670088

32 files changed

+248397
-1142
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ jspm_packages
3939

4040
# Optional REPL history
4141
.node_repl_history
42+
43+
# Dist and lib
44+
dist
45+
lib

.travis.yml

-7
This file was deleted.

documentationjs.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Deploy documentation.js on GitHub pages
2+
3+
on:
4+
workflow_dispatch:
5+
release:
6+
types: [published]
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Build documentation
14+
uses: zakodium/documentationjs-action@v1
15+
- name: Deploy to GitHub pages
16+
uses: JamesIves/github-pages-deploy-action@releases/v3
17+
with:
18+
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
19+
BRANCH: gh-pages
20+
FOLDER: docs
21+
CLEAN: true

images/nmredataLogo.png

7.8 KB
Loading

0 commit comments

Comments
 (0)