Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Oct 20, 2023
1 parent b6e4aff commit fddb9f3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:

- name: Install 🔧
run: yarn install

- name: Build 🔧
run: |
yarn build:production
touch out/.nojekyll
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_SECRET }}

- uses: actions/checkout@v3
- name: Download csv file of member form in gsheet
Expand All @@ -34,10 +27,15 @@ jobs:
- name: run python script to convert csv to json
run: |
cd ./scripts
python script.py
cp ./dataMember.json ../data/dataMember.json
cd ..
python ./scripts/script.py
cp ./dataMember.json ./data/dataMember.json
- name: Build 🔧
run: |
yarn build:production
touch out/.nojekyll
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_SECRET }}

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit fddb9f3

Please sign in to comment.