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 20b8363 commit dfb9faf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ 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]'

0 comments on commit dfb9faf

Please sign in to comment.