mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
feat: Copy docs to external repository
This commit is contained in:
parent
2f302aa046
commit
eb8cee00db
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -39,3 +39,11 @@ jobs:
|
||||
- name: Run Carp Tests
|
||||
run: ./scripts/run_carp_tests.sh
|
||||
|
||||
- name: Copy Docs to carp-docs Repository
|
||||
uses: andstor/copycat-action@v3
|
||||
with:
|
||||
personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
src_path: /docs/core
|
||||
dst_path: /core
|
||||
dst_owner: carp-lang
|
||||
dst_repo_name: carp-docs
|
||||
|
Loading…
Reference in New Issue
Block a user