jeremystretch 4 лет назад
Родитель
Сommit
368c2aac24
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -41,7 +41,7 @@ jobs:
         ln -s configuration.testing.py netbox/netbox/configuration.py
 
     - name: Collect static files
-      run: python netbox/netbox/manage.py collectstatic --no-input
+      run: python netbox/manage.py collectstatic --no-input
 
     - name: Check PEP8 compliance
       run: pycodestyle --ignore=W504,E501 netbox/