Skip to content

Commit

Permalink
cd before git add
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Jun 14, 2024
1 parent 6b615a5 commit 3fcdaca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
- name: Configure Git User
run: |
cd riseclipse-temporary
git config user.email [email protected]
git config user.name "GitHub Actions"
git config --global user.email [email protected]
git config --global user.name "GitHub Actions"
- name: Commit and push to GitHub
run: |
cd riseclipse-temporary
git add --all
git commit -m "New version of documentation of python-launcher"
git push
Expand Down

0 comments on commit 3fcdaca

Please sign in to comment.