Lib -> JS-SDK
Some checks failed
Publish JS SDK / docker (push) Failing after 18s

This commit is contained in:
Braydon 2024-04-15 07:20:56 -04:00
parent 1c1ea04cf0
commit 76201edd92
21 changed files with 4 additions and 4 deletions

@ -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:

@ -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)