This commit is contained in:
parent
1c1ea04cf0
commit
76201edd92
@ -1,16 +1,16 @@
|
||||
name: Deploy Lib
|
||||
name: Publish JS SDK
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths: [".gitea/workflows/deploy-lib.yml", "Lib/**"]
|
||||
paths: [".gitea/workflows/deploy-lib.yml", "JS-SDK/**"]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: "ubuntu-latest"
|
||||
defaults:
|
||||
run:
|
||||
working-directory: "./Lib"
|
||||
working-directory: "./JS-SDK"
|
||||
|
||||
# Steps to run
|
||||
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
|
||||
- [Getting Started](#getting-started)
|
||||
- [JS Library](./Lib)
|
||||
- [JS Library](./JS-SDK)
|
||||
- [Wiki](#wiki)
|
||||
- [Swagger API](#swagger-api)
|
||||
- [Contributing](#contributing)
|
||||
|
Loading…
Reference in New Issue
Block a user