mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Created karbs auto clone
This commit is contained in:
parent
b51b43c7a1
commit
c4ad85fff4
18
.github/workflows/clone_karbs.yml
vendored
Normal file
18
.github/workflows/clone_karbs.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Clone karbs repo into a subfolder
|
||||||
|
on:
|
||||||
|
# This workflow will be triggered when code is pushed to the repository
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Checkout the main repository code
|
||||||
|
- name: Checkout main repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
# Clone karbs repository into a specific subfolder
|
||||||
|
- name: Checkout karbs repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: "kristoferssolo/karbs"
|
||||||
|
path: "src/apps/projects/templates/karbs/karbs"
|
||||||
Loading…
Reference in New Issue
Block a user