-
Notifications
You must be signed in to change notification settings - Fork 2
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 #179 from thejaviertc/v1.3.1
V1.3.1
- Loading branch information
Showing
9 changed files
with
681 additions
and
919 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
name: 🎉 Build & Deploy | ||
name: 💻 CI/CD | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- ".github/**" | ||
- "src/**" | ||
- "public/**" | ||
- "**.json" | ||
branches: [v1.3.1] | ||
|
||
jobs: | ||
build-and-deploy: | ||
cicd: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/checkout@v3 | ||
|
||
- name: 📗 Use NodeJS | ||
- name: 📗 Setup NodeJS | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "lts/gallium" | ||
|
@@ -25,7 +21,11 @@ jobs: | |
npm install | ||
npm run build | ||
- name: 🚀 Deploy | ||
- name: 🧪 Test Project | ||
run: | | ||
npm run test | ||
- name: 🚀 Deploy Project | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
|
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 +1,2 @@ | ||
/node_modules | ||
/node_modules | ||
/coverage |
Oops, something went wrong.