Merge pull request #3 from Ghommie/Ghommie-helpies

More help
This commit is contained in:
Arturlang
2020-02-09 02:06:16 +02:00
committed by GitHub
3 changed files with 4 additions and 8 deletions
+3 -6
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:
Regular → Executable
View File
+1 -2
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