mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix chdir path
This commit is contained in:
parent
7fec98d651
commit
21411309e0
|
|
@ -8,7 +8,7 @@ import shutil
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
os.chdir(os.path.dirname(__file__))
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
stylesheets = {
|
||||
"stylesheet_path": ["basic.css", "nature.css"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue