Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 authored Jul 13, 2023
2 parents 72e9420 + 0fc75ad commit 5098233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: ⚡️ upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

deploy:
needs: build
Expand All @@ -49,4 +49,4 @@ jobs:
steps:
- name: 🚀 deploy
id: deployment
uses: actions/[email protected].2
uses: actions/[email protected].3
7 changes: 6 additions & 1 deletion collections/cheatsheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ items:
- gto76/python-cheatsheet
- wilfredinni/python-cheatsheet
- ihebski/DefaultCreds-cheat-sheet
- tldr-pages/tldr
- cheat/cheat
- srsudar/eg
- gnebbia/kb
- denisidoro/navi
display_name: Useful cheatsheets
created_by: Luois45
---
A list of useful cheatsheets for various programming languages
A list of useful cheat sheets for various programming languages and commands.

0 comments on commit 5098233

Please sign in to comment.