Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larshinueber committed Aug 19, 2024
1 parent 9b48968 commit d80a51c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sync-foo-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
SOURCE_DIR: ./src/
TARGET_OWNER: larshinueber
TARGET_REPO: foo-space
TARGET_DIR: foo-space/docs/source/_src_getting_started/_src_examples/notebooks/
TARGET_DIR: docs/source/_src_getting_started/_src_examples/notebooks/foopy-examples
USER_NAME: github-actions
USER_EMAIL: [email protected]

Expand All @@ -31,11 +31,14 @@ jobs:
ref: submodules
submodules: true
# path: ./${{ env.TARGET_REPO }}
# - name: Fetch new commits
# run: |
- name: Fetch new commits
run: |
# git pull --recurse-submodules
# git submodule update --remote --recursive
# git submodule update --remote
cd ${{ env.TARGET_DIR }}
git checkout -b submodules
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit d80a51c

Please sign in to comment.