fix: Once more, with feeling

This commit is contained in:
Erik Svedang 2020-11-18 23:28:47 +01:00
parent dd84fb320e
commit c5dacdeed9

View File

@ -46,8 +46,8 @@ jobs:
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: /docs/core
dst_path: /core
src_path: docs/core
dst_path: .
dst_owner: carp-lang
dst_repo_name: carp-docs
commit_message: "Docs generated from: ${{ github.event.head_commit.message}}"