Skip to content

Commit

Permalink
Fix monor pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Sep 9, 2023
1 parent f527aac commit 4f37f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Build pages
run: |
cd ./demo-web/
npm install
npm run build
cd ..
mkdir -p ./pages/demo-web/
Expand Down
2 changes: 0 additions & 2 deletions demo-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Redux Remember demo (web)</title>

<style media="screen">
body {
font-family: sans-serif;
Expand Down Expand Up @@ -44,7 +43,6 @@
</head>
<body>
<div id="root"></div>

<script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
<script crossorigin src="https://unpkg.com/redux/dist/redux.js"></script>
Expand Down

0 comments on commit 4f37f96

Please sign in to comment.