We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fdc79 commit 15ae5d7Copy full SHA for 15ae5d7
2 files changed
.github/workflows/ci.yml
@@ -4,14 +4,17 @@ on:
4
push:
5
branches:
6
- main
7
+ - master
8
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
13
steps:
14
- name: Checkout repository
- uses: actions/checkout@v2
15
+ uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Set up Python
20
uses: actions/setup-python@v2
README.md
@@ -53,8 +53,3 @@ This blog is organized to take you from basic programming grammar all the way to
53
4. **Advanced Topics**: Get into the weeds with cutting-edge research in AI, neural networks, natural language
54
processing, and more.
55
56
-## 🌟 Contributor
57
-
58
-<a href="https://github.com/Gerard-Devlin/TechMind/graphs/contributors">
59
- <img src="https://contrib.rocks/image?repo=Gerard-Devlin/TechMind" />
60
-</a>
0 commit comments