forked from osscameroon/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the repository from the origin branch (#1)
* feat: atempt on fixing permissions error while deploy on stage * feat: add dk as author * Update pythonbrad info (osscameroon#23) * Correct pythonbrad name * Update pythonbrad.md * chore: update github actions packages (osscameroon#26) * chore: update github actions packages * chore: rename action workflows * chore: rename action workflows (osscameroon#27) --------- Co-authored-by: sanix-darker <[email protected]> Co-authored-by: Brady Fomegne <[email protected]>
- Loading branch information
1 parent
48587a9
commit 2e33462
Showing
5 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
name: Python Brad | ||
name: pythonbrad | ||
avatar: /static/images/authors/pythonbrad.jpg | ||
occupation: OpenSource developer | ||
twitter: https://twitter.com/pythonbrad | ||
github: https://github.com/pythonbrad | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Sanix Darker | ||
avatar: /static/images/authors/avatar.png | ||
occupation: Backend Engineer | ||
email: [email protected] | ||
twitter: https://twitter.com/sanixdarker | ||
github: https://github.com/sanix-darker | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,6 @@ | |
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [ | ||
"prettier --write" | ||
] | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |