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
|
||||
- name: Remove git history
|
||||
run: rm -rf .git
|
||||
- name: Remove github workflows
|
||||
run:
|
||||
rm -rf ./.github
|
||||
- name: Initialize new git repo
|
||||
run: |
|
||||
git init
|
||||
|
Loading…
Reference in New Issue
Block a user