feat: Copy docs to external repository

This commit is contained in:
Erik Svedang 2020-11-18 00:04:43 +01:00
parent 2f302aa046
commit eb8cee00db

View File

@ -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