update
This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
||||
run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/
|
||||
- name: Push generated webpage to another repository
|
||||
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
|
||||
- name: mkdir
|
||||
run: mkdir -p ./$repo/Spearhead
|
||||
- name: copy file
|
||||
run: cp ./$sourcefile ./$repo/Spearhead/$sourcefile
|
||||
- name: copy file
|
||||
|
||||
Reference in New Issue
Block a user