mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
fix: Temporarily move copy docs action to top, for easier debugging
This commit is contained in:
parent
eb8cee00db
commit
d145bab677
18
.github/workflows/linux.yml
vendored
18
.github/workflows/linux.yml
vendored
@ -13,6 +13,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy Docs to carp-docs Repository (MOVE TO BOTTOM WHEN IT WORKS)
|
||||
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
|
||||
|
||||
- uses: actions/setup-haskell@v1
|
||||
|
||||
- name: Install SDL dependency (for SDL tests)
|
||||
@ -38,12 +47,3 @@ 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