tgstation PR #48090

This commit is contained in:
Ghommie
2020-02-09 00:56:31 +01:00
parent 9a2107bf1a
commit 6152ac9235
2 changed files with 4 additions and 8 deletions

View File

@@ -18,18 +18,15 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '>=12.13'
- name: Get Dependencies
run: yarn install
working-directory: ./tgui-next
node-version: '>=12.13'
- name: Build TGUI
run: yarn run build
run: bin/tgui --ci
working-directory: ./tgui-next
- name: Commit Artifacts
run: |
git config --local user.email "action@github.com"
git config --local user.name "TGUI"
git commit -m "Automatic TGUI Rebuild [ci skip]" -a
git commit -m "Automatic TGUI Rebuild [ci skip]" -a || true
- name: Push Artifacts
uses: ad-m/github-push-action@master
with:

View File

@@ -21,5 +21,4 @@ node node_modules/gulp/bin/gulp.js --min
echo "Building 'tgui-next'"
cd "${base_dir}/tgui-next"
bin/tgui --clean
bin/tgui
bin/tgui --ci