Skip to content

Commit

Permalink
Update generate-first-issues.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Apr 6, 2023
1 parent 68738d6 commit ac817d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/generate-first-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,13 @@
# This is expected to be run in a GitHub action
output_dir = "/github/workspace/docs/%s" % COLLECTION_FOLDER

# Clear out previous issues, might be old
shutil.rmtree(output_dir)
os.makedirs(output_dir)

# Print metadata for user
print("Issue label: [%s]" % ISSUE_LABEL)
print("Collection output folder: [%s]" % output_dir)

if not os.path.exists(output_dir):
os.mkdir(output_dir)


def generate_markdown(line):
"""
Generate markdown for a repo / tags
Expand Down

0 comments on commit ac817d9

Please sign in to comment.