-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from dhilt/v3-infrastructure
v3.0.0
- Loading branch information
Showing
107 changed files
with
16,873 additions
and
8,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ on: | |
push: | ||
branches: | ||
- "**" | ||
pull_request: | ||
branches: [ master ] | ||
workflow_dispatch: | ||
inputs: | ||
cause: | ||
|
@@ -18,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [14.x] | ||
node-version: [16.x] | ||
steps: | ||
- name: Dispatched? | ||
if: ${{ github.event_name == 'workflow_dispatch' }} | ||
|
@@ -36,13 +34,13 @@ jobs: | |
|
||
- run: npm install | ||
- run: npm test | ||
- run: npm run build | ||
- run: npm run build-app | ||
- run: npm run build:lib | ||
- run: npm run build:demo | ||
|
||
- uses: actions/upload-artifact@master | ||
with: | ||
name: my-dist | ||
path: dist-app | ||
name: demo-dist | ||
path: dist/demo | ||
|
||
deploy: | ||
needs: build | ||
|
@@ -72,12 +70,12 @@ jobs: | |
if: env.NEED == 'true' | ||
uses: actions/download-artifact@master | ||
with: | ||
name: my-dist | ||
path: dist-app | ||
name: demo-dist | ||
path: dist-demo-app | ||
|
||
- name: Deploy | ||
if: env.NEED == 'true' | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: dist-app | ||
folder: dist-demo-app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ngx-ui-scroll demo app manual deploy | ||
name: ngx-ui-scroll demo app manual deployment | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -18,9 +18,10 @@ jobs: | |
- name: Install and Build 🔧 | ||
run: | | ||
npm install | ||
npm run build-app | ||
npm run build:lib | ||
npm run build:demo | ||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: dist-app | ||
folder: dist/demo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.