wip
This commit is contained in:
@@ -32,12 +32,16 @@ jobs:
|
|||||||
run: git config --global user.name "automated action"
|
run: git config --global user.name "automated action"
|
||||||
- name: Push generated webpage to another repository
|
- name: Push generated webpage to another repository
|
||||||
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
|
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
|
||||||
|
- name: ls
|
||||||
|
run: ls
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
run: mkdir -p ./$repo/Spearhead
|
run: mkdir -p ./$repo/Spearhead
|
||||||
- name: copy file
|
- name: copy file
|
||||||
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
|
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
|
||||||
- name: copy file
|
- name: copy file
|
||||||
run: cd ./$repo
|
run: cd ./$repo
|
||||||
|
- name: ls
|
||||||
|
run: ls
|
||||||
- name: add
|
- name: add
|
||||||
run: git add --a
|
run: git add --a
|
||||||
- name: commit
|
- name: commit
|
||||||
|
|||||||
Reference in New Issue
Block a user