Skip to content

Commit

Permalink
Update update_space_2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-oplatka authored Jul 2, 2024
1 parent 5454b04 commit 14cb211
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_space_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ jobs:
ls -l $RUNNER_TEMP/custom-temp-directory/tmp-folder-${{ matrix.space_name }}
cat $RUNNER_TEMP/custom-temp-directory/tmp-folder-${{ matrix.space_name }}/README.md || echo "README.md not found in temporary directory"
- name: Check Working directories
run: |
ls -lR $GITHUB_WORKSPACE
ls -lR $RUNNER_TEMP/custom-temp-directory/tmp-folder-${{ matrix.space_name }}/
- name: Sync Source Repository with Temporary Folder
run: |
rsync -av --exclude '.*' $GITHUB_WORKSPACE/chatbot-streamlit/ $RUNNER_TEMP/custom-temp-directory/tmp-folder-${{ matrix.space_name }}/
rsync -av --exclude '.*' $GITHUB_WORKSPACE $RUNNER_TEMP/custom-temp-directory/tmp-folder-${{ matrix.space_name }}/
git status
git add -A
git commit -m "Sync updates from source repository" || echo "No changes to commit"
Expand Down

0 comments on commit 14cb211

Please sign in to comment.