Skip to content

Commit 15ae5d7

Browse files
committed
update workflow and README
1 parent 55fdc79 commit 15ae5d7

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78

89
jobs:
910
deploy:
1011
runs-on: ubuntu-latest
1112

1213
steps:
1314
- name: Checkout repository
14-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
1518

1619
- name: Set up Python
1720
uses: actions/setup-python@v2

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,3 @@ This blog is organized to take you from basic programming grammar all the way to
5353
4. **Advanced Topics**: Get into the weeds with cutting-edge research in AI, neural networks, natural language
5454
processing, and more.
5555

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

Comments
 (0)