mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +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
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '>=12.13'
|
node-version: '>=12.13'
|
||||||
- name: Get Dependencies
|
|
||||||
run: yarn install
|
|
||||||
working-directory: ./tgui-next
|
|
||||||
- name: Build TGUI
|
- name: Build TGUI
|
||||||
run: yarn run build
|
run: bin/tgui --ci
|
||||||
working-directory: ./tgui-next
|
working-directory: ./tgui-next
|
||||||
- name: Commit Artifacts
|
- name: Commit Artifacts
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "TGUI"
|
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
|
- name: Push Artifacts
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -21,5 +21,4 @@ node node_modules/gulp/bin/gulp.js --min
|
|||||||
|
|
||||||
echo "Building 'tgui-next'"
|
echo "Building 'tgui-next'"
|
||||||
cd "${base_dir}/tgui-next"
|
cd "${base_dir}/tgui-next"
|
||||||
bin/tgui --clean
|
bin/tgui --ci
|
||||||
bin/tgui
|
|
||||||
|
|||||||
Reference in New Issue
Block a user