Skip to content

Commit 8c17613

Browse files
committed
Minor Changes
1 parent 440a190 commit 8c17613

File tree

3 files changed

+2
-173
lines changed

3 files changed

+2
-173
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
64
push:
75
branches: [ main ]
8-
# Allows you to run this workflow manually from the Actions tab on GitHub.
96
workflow_dispatch:
107

11-
# Allow this job to clone the repo and create a page deployment
128
permissions:
139
contents: read
1410
pages: write
@@ -22,10 +18,6 @@ jobs:
2218
uses: actions/checkout@v4
2319
- name: Install, build, and upload your site
2420
uses: withastro/action@v3
25-
# with:
26-
# path: . # The root location of your Astro project inside the repository. (optional)
27-
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28-
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2921

3022
deploy:
3123
needs: build

AstroPaper-lighthouse-score.svg

Lines changed: 0 additions & 159 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@
5151
"main": "index.js",
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/CSeCIITB/temp_website.git"
54+
"url": "git+https://github.com/CSeCIITB/cseciitb.github.io.git"
5555
},
5656
"author": "",
57-
"license": "ISC",
58-
"bugs": {
59-
"url": "https://github.com/CSeCIITB/temp_website/issues"
60-
},
61-
"homepage": "https://github.com/CSeCIITB/temp_website#readme"
57+
"license": "ISC"
6258
}

0 commit comments

Comments
 (0)