From eef40b11aea6e116ea97faa27258ccf86f9378ce Mon Sep 17 00:00:00 2001 From: saheelahmed2 Date: Sun, 18 Feb 2024 20:53:24 +0530 Subject: [PATCH 1/3] - update --- content/pages/projects/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/projects/index.mdx b/content/pages/projects/index.mdx index a91b414..8979830 100644 --- a/content/pages/projects/index.mdx +++ b/content/pages/projects/index.mdx @@ -5,4 +5,4 @@ slug: "/projects" import GithubLink from "../../../src/components/GithubLink"; -I love to explore and tinker with new things that involves data. I am passionate about data science & machine learning. Please find my projects at [Github](https://github.com/saheelahmed2). \ No newline at end of file +I love to explore and tinker with new things that involves data. I am passionate about data science & machine learning. Please find my projects at [Github](https://github.com/saheelBreezo). \ No newline at end of file From a414328761c079a7d24df0e395a8ac792418a100 Mon Sep 17 00:00:00 2001 From: saheelahmed2 Date: Mon, 19 Feb 2024 12:34:17 +0530 Subject: [PATCH 2/3] - remove travis CI --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index df647d8..eb5e8d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ MIT license. - Travis CI status

This is the Github repository for my website, [saheelahmed2.github.io](https://saheelahmed2.github.io). From 7f1a01390a7c123210a14e9dc8b39209cbcad7f7 Mon Sep 17 00:00:00 2001 From: saheelahmed2 Date: Mon, 19 Feb 2024 12:34:45 +0530 Subject: [PATCH 3/3] delete travis --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0d2d102..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: node_js -before_script: - - npm install -g gatsby-cli -node_js: - - "14" -# branches: -# except: -# # Built Gatsby source -# - main -deploy: - provider: script - script: yarn install && yarn run deploy-ci - skip_cleanup: true - # I use 'source' instead of 'master' as the default working branch because - # 'master' is where Github Pages needs the built site to live for a user site - on: - branch: source