Skip to content

Commit

Permalink
Order was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopc-net committed Aug 15, 2024
1 parent 3fc54db commit a17a1a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/update.blog.resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a17a1a6

Please sign in to comment.