-
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.
- Loading branch information
1 parent
3fc54db
commit a17a1a6
Showing
1 changed file
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,16 +24,6 @@ jobs: | |
ref: gh-pages | ||
path: Docusaurus-Blog | ||
|
||
- name: Update resume.json file | ||
run: | | ||
cp public/resume.json Docusaurus-Blog/data/ | ||
- name: Commit changes | ||
run: | | ||
cd Docusaurus-Blog | ||
git add data/resume.json | ||
git commit -m "Reactsume updates resume.json" | ||
- name: Set SSH deploy key | ||
uses: webfactory/[email protected] | ||
with: | ||
|
@@ -44,6 +34,16 @@ jobs: | |
git config --global user.email '[email protected]' | ||
git config --global user.name 'Bruno PC' | ||
- name: Update resume.json file | ||
run: | | ||
cp public/resume.json Docusaurus-Blog/data/ | ||
- name: Commit changes | ||
run: | | ||
cd Docusaurus-Blog | ||
git add data/resume.json | ||
git commit -m "Reactsume updates resume.json" | ||
- name: Push changes | ||
run: | | ||
git remote add external [email protected]:brunopc-net/Docusaurus-Blog.git | ||
|