Skip to content

Commit

Permalink
Update move_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-KG authored Aug 14, 2024
1 parent 09a6cca commit 45577b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/move_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
cp -r docs/* target-repo/docs/
ls -la target-repo/docs # List files to verify copying
- name: Verify Git Configuration
run: |
cd target-repo
git remote -v
git status
git branch
- name: Commit and Push Changes to Target Repository
run: |
cd target-repo
Expand Down

0 comments on commit 45577b9

Please sign in to comment.