Skip to content

Commit

Permalink
crawl and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bansal committed Feb 21, 2024
1 parent dfb9faf commit b205d30
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ jobs:
folder: ./data
clean: true
single-commit: true

- name: Copy Course Data
uses: nkoppel/[email protected]
with:
source-files: './data'
destination-username: 'rohan-bansal'
destination-repository: 'https://github.com/rohan-bansal/gt-course-vis/'
destination-branch: 'main'
destination-directory: 'src/lib/data'
commit-email: '[email protected]'

source-files: "./data"
destination-username: "rohan-bansal"
destination-repository: "gt-course-vis"
destination-branch: "main"
destination-directory: "src/lib/data"
commit-email: "[email protected]"

0 comments on commit b205d30

Please sign in to comment.