Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yashash-pugalia authored May 8, 2022
1 parent 5f51650 commit f85576b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
workflow_dispatch:

jobs:
build:
name: Build
Deploy-Dev:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,10 +20,10 @@ jobs:
node-version: 16


- name: Build
run: |
npm ci
CI=false REACT_APP_STOREURL=https://win11react.github.io/experimental/dev-store.json npm run build
- name: Build
run: |
npm ci
CI=false REACT_APP_STOREURL=https://win11react.github.io/experimental/dev-store.json npm run build
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f85576b

Please sign in to comment.