mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Add new action to generate themes
This commit is contained in:
@@ -3,8 +3,8 @@ import json
|
||||
import yaml
|
||||
import hashlib
|
||||
|
||||
source_path = "../themes-yml"
|
||||
dest_path = "../data/themes.json"
|
||||
source_path = "./themes-yml"
|
||||
dest_path = "./data/themes.json"
|
||||
themes = []
|
||||
|
||||
os.remove(dest_path)
|
||||
|
@@ -5,8 +5,8 @@ import re
|
||||
import subprocess
|
||||
import yaml
|
||||
|
||||
folder_path = "../themes-yml"
|
||||
dest_path = '../themes'
|
||||
folder_path = "./themes-yml"
|
||||
dest_path = './themes'
|
||||
themes = []
|
||||
|
||||
# List files and directories in the folder
|
||||
|
Reference in New Issue
Block a user