Skip to content

Commit

Permalink
Merge pull request #179 from thejaviertc/v1.3.1
Browse files Browse the repository at this point in the history
V1.3.1
  • Loading branch information
thejaviertc authored Jun 15, 2022
2 parents a460623 + 9044cc8 commit f7f672e
Show file tree
Hide file tree
Showing 9 changed files with 681 additions and 919 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ghpages.yml → .github/workflows/cicd.yml
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"
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/node_modules
/coverage
Loading

0 comments on commit f7f672e

Please sign in to comment.