mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
tgstation PR #48090
This commit is contained in:
9
.github/workflows/autobuild_tgui.yml
vendored
9
.github/workflows/autobuild_tgui.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user