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

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