Skip to content

Commit

Permalink
Deploy using CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin91nl committed Jun 3, 2024
1 parent 2f2d049 commit 00f7422
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Check the code
run: |
make check
- name: Build the front-end
working-directory: text_highlighter/frontend
run: |
npm install
npm run build
- name: Build the package
run: |
python -m build
- name: Publish the package
run: |
python -m twine upload dist/*
# - name: Build the front-end
# working-directory: text_highlighter/frontend
# run: |
# npm install
# npm run build
# - name: Build the package
# run: |
# python -m build
# - name: Publish the package
# run: |
# python -m twine upload dist/*

0 comments on commit 00f7422

Please sign in to comment.