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 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). 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