Skip to content

Commit 9e5be3f

Browse files
committedMar 25, 2024·
added image
1 parent 0cdd94a commit 9e5be3f

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-python@v3
1212
with:
1313
python-version: 3.x
14-
- run: pip install mkdocs-material
15-
- run: mkdocs gh-deploy --force
14+
- run: pip install -r requirements.txt
15+
- run: mkdocs gh-deploy --force --no-history

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.venv
1+
.venv
2+
.vscode

‎.vscode/settings.json

-10
This file was deleted.

‎docs/assets/workshop/groupphoto.jpg

1.56 MB
Loading

‎docs/workshop.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Git and GitHub
22

33
<center>
4-
This is the documentation for a workshop supported by
4+
This is the archived documentation for a workshop supported by
55

66
<a href="https://education.github.com/experts"><img src="/assets/workshop/gce_bg.jpg" style="display:block; height:30px;"></img></a>
77

88
[GCE](https://education.github.com/experts) is a global program by GitHub that looks to serve communities around the globe and support their student leaders. This session has been funded by GitHub so enjoy the pizzas, stickers and fun session!
9+
10+
<img src="/assets/workshop/groupphoto.jpg" style="width:75%"></img>
11+
12+
*Hello World!*
13+
914
</center>
1015

1116
## What is Git?

0 commit comments

Comments
 (0)
Please sign in to comment.