Skip to content

Commit

Permalink
change on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando224-por committed Dec 24, 2023
1 parent 408a9e2 commit be54c11
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master

jobs:

deploy:
runs-on: ubuntu-20.04
steps:
Expand All @@ -15,16 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependecies
run: npm i
- name: run test
run: npm run test
- name: Build Production
- name: install and test
run: npm i && npm run test
- name: run build
run: npm run build
- name: Deploy
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master
folder: dist
- name: Deplyment Date
run: date
folder: dist # The folder the action should deploy.

0 comments on commit be54c11

Please sign in to comment.