Skip to content

Commit

Permalink
fix readme workflow to not remove own files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamXweb committed Jul 25, 2023
1 parent bd9272d commit 58c5cec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
# Remove unwanted items
- name: Removing workflows and other items
run: |
rm -rf .github/workflows
rm -rf issues
rm -rf readme
rm package.json
rm package-lock.json
rm .gitignore
rm -rf node_modules
git config user.name "AdamXbot"
git config user.email '[email protected]'
Expand Down

0 comments on commit 58c5cec

Please sign in to comment.