This commit is contained in:
2024-09-24 10:25:04 +02:00
parent a1a7ef7926
commit 8625b89525
+4
View File
@@ -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