Remove github workflows folder
This commit is contained in:
parent
02b3142244
commit
72c160b894
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Remove git history
|
- name: Remove git history
|
||||||
run: rm -rf .git
|
run: rm -rf .git
|
||||||
|
- name: Remove github workflows
|
||||||
|
run:
|
||||||
|
rm -rf ./.github
|
||||||
- name: Initialize new git repo
|
- name: Initialize new git repo
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
|
Loading…
Reference in New Issue
Block a user