Skip to content

Commit 5098233

Browse files
authored
Merge branch 'main' into patch-1
2 parents 72e9420 + 0fc75ad commit 5098233

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/[email protected]
3737

3838
- name: ⚡️ upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v2
4040

4141
deploy:
4242
needs: build
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: 🚀 deploy
5151
id: deployment
52-
uses: actions/[email protected].2
52+
uses: actions/[email protected].3

collections/cheatsheets/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ items:
66
- gto76/python-cheatsheet
77
- wilfredinni/python-cheatsheet
88
- ihebski/DefaultCreds-cheat-sheet
9+
- tldr-pages/tldr
10+
- cheat/cheat
11+
- srsudar/eg
12+
- gnebbia/kb
13+
- denisidoro/navi
914
display_name: Useful cheatsheets
1015
created_by: Luois45
1116
---
12-
A list of useful cheatsheets for various programming languages
17+
A list of useful cheat sheets for various programming languages and commands.

0 commit comments

Comments
 (0)