aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-03-01 14:21:53 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-03-01 14:21:53 -0600
commitb82e1d986cdb20952e26dd6153a0749b87c56b38 (patch)
tree4f1ea6b504d6f86beba1791f24c0fc9ab93246fc /.github
parent8bb52e3318c92ed0e296757becc210bcf61e3c6d (diff)
downloadskyblock-api-b82e1d986cdb20952e26dd6153a0749b87c56b38.tar.gz
skyblock-api-b82e1d986cdb20952e26dd6153a0749b87c56b38.tar.bz2
skyblock-api-b82e1d986cdb20952e26dd6153a0749b87c56b38.zip
add skills and zones as constants
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compile.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index c4b8268..0b0803b 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -17,5 +17,6 @@ jobs:
user-name: "mat-1"
user-email: "github@matdoes.dev"
message: "Compiled TS into JS"
+ directories: ./src
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}