Skip to content

Commit

Permalink
Merge pull request #10 from shantanugodbole/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shantanugodbole authored Jul 21, 2023
2 parents 90c1055 + c465ca4 commit d9ea0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: run main.py
on:
schedule:
- cron: '0 0 * * 3' # Every Wednesday
push:
branches:
- main
# push:
# branches:
# - main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import './index.css';
import App from './App';
import JobListings from './screens/JobListings';
import {
createBrowserRouter,
RouterProvider,
createHashRouter
} from "react-router-dom";




const router = createBrowserRouter([
const router = createHashRouter([
{
path: '/',
element: <App/>
Expand Down

0 comments on commit d9ea0b4

Please sign in to comment.