Skip to content

Commit

Permalink
Trying to bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopc-net committed Aug 15, 2024
1 parent f9cad56 commit a964ccb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update.blog.resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ jobs:
run: |
cp public/resume.json Docusaurus-Blog/data/
- name: Commit changes
- name: Commit & push 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
git push origin gh-pages

0 comments on commit a964ccb

Please sign in to comment.