Skip to content

Commit 8f551da

Browse files
authored
Merge pull request #78 from NimbleBoxAI/v1
v0.12.5
2 parents 8f51aae + c36b7af commit 8f551da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5548
-6137
lines changed

.github/workflows/build and deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Build and Deploy nbox
22
on:
33
push:
4-
branches: [v1, master]
4+
branches: [v1]
55
paths:
66
-"pyproject.toml"
7+
8+
# workflow_dispatch gives a button on the Github UI to run this workflow manually
9+
workflow_dispatch:
10+
711
jobs:
812
build:
913
name: Build and Deploy

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ ex_jobs
162162
hyperloop
163163
scripts
164164
konark/
165-
_modules/
165+
_modules/
166+
nbox/_jobs

assets/sample_config.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

assets/server.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

docms/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

docms/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)