Skip to content

Commit

Permalink
ci: flip flop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 19, 2023
1 parent c189b87 commit 6a0bd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
uses: browser-actions/setup-chrome@v1
with:
chrome-version: latest
- name: Install Node Dependencies
run: npm ci
- name: Python build
run: python build.py
- name: Run Webpack
run: webpack
- name: Install Node Dependencies
run: npm ci
# - name: Lint
# run: npm run test:lint
# - name: Run Tests
Expand Down

0 comments on commit 6a0bd00

Please sign in to comment.