Skip to content

Commit

Permalink
Merge pull request #58 from DanielBrito/issue40
Browse files Browse the repository at this point in the history
chore: adjust deploy strategy
  • Loading branch information
DanielBrito authored Aug 20, 2024
2 parents 78ed83d + 9651826 commit 0d52d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: npm run build && cp ./dist/index.html ./dist/404.html
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
1 change: 0 additions & 1 deletion src/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactDOM from "react-dom/client";
import { RouterProvider, createBrowserRouter } from "react-router-dom";
import Home from "./pages/Home/Home.jsx";
import Zines from "./pages/Zines/Zines.jsx";
import Protestizando1 from "./pages/Publication/zines/Protestizando1.jsx";
import Books from "./pages/Books/Books.jsx";
import Error from "./pages/Error/Error.jsx";
import Publication from "./pages/Publication/Publication.jsx"
Expand Down

0 comments on commit 0d52d36

Please sign in to comment.