This commit is contained in:
parent
1c1ea04cf0
commit
76201edd92
@ -1,16 +1,16 @@
|
|||||||
name: Deploy Lib
|
name: Publish JS SDK
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
paths: [".gitea/workflows/deploy-lib.yml", "Lib/**"]
|
paths: [".gitea/workflows/deploy-lib.yml", "JS-SDK/**"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: "./Lib"
|
working-directory: "./JS-SDK"
|
||||||
|
|
||||||
# Steps to run
|
# Steps to run
|
||||||
steps:
|
steps:
|
0
Lib/.gitignore → JS-SDK/.gitignore
vendored
0
Lib/.gitignore → JS-SDK/.gitignore
vendored
0
Lib/src/index.d.ts → JS-SDK/src/index.d.ts
vendored
0
Lib/src/index.d.ts → JS-SDK/src/index.d.ts
vendored
@ -10,7 +10,7 @@ A simple, yet useful RESTful API for Minecraft utilizing Springboot.
|
|||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
- [JS Library](./Lib)
|
- [JS Library](./JS-SDK)
|
||||||
- [Wiki](#wiki)
|
- [Wiki](#wiki)
|
||||||
- [Swagger API](#swagger-api)
|
- [Swagger API](#swagger-api)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
Loading…
Reference in New Issue
Block a user