diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c126b8c..ef413da 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,13 +2,12 @@ name: CI/CD on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: build: - runs-on: ubuntu-latest strategy: @@ -16,16 +15,16 @@ jobs: node-version: [12.x] steps: - - name: Checkout repository - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v2 - - name: Set up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} + - name: Set up Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} - - name: Install dependencies - run: npm install + - name: Install dependencies + run: npm install - - name: Build - run: npm run build + - name: Build + run: npm run build diff --git a/public/index.html b/public/index.html index 7fb47ab..050d51a 100644 --- a/public/index.html +++ b/public/index.html @@ -2,13 +2,14 @@
- + - + diff --git a/src/App.js b/src/App.js index b317967..69156f4 100644 --- a/src/App.js +++ b/src/App.js @@ -35,7 +35,6 @@ import mainUpsolve from './pages/Upsolve/mainUpsolve' import { atcoder, codechef, codeforces } from './actions/upsolve.actions' import Navbar from './pages/Navbar' - const { Header, Footer, Content } = Layout //react context @@ -127,7 +126,7 @@ const App = () => { */} -