mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-11 18:14:27 +00:00
rework building templates
This commit is contained in:
18
.github/workflows/build-templates.yml
vendored
Normal file
18
.github/workflows/build-templates.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Create templates
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
-
|
||||
env:
|
||||
CI: true
|
||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||
SSH_KEY_ROLLUP: ${{ secrets.SSH_KEY_ROLLUP }}
|
||||
SSH_KEY_WEBPACK: ${{ secrets.SSH_KEY_WEBPACK }}
|
||||
run: _template/build.sh
|
||||
Reference in New Issue
Block a user