ci: fix collectstatics from build workflow
This commit is contained in:
parent
763b72592a
commit
71cf00ddc6
|
@ -1,6 +1,7 @@
|
|||
# Copyright The IETF Trust 2007-2019, All Rights Reserved
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from ietf import __version__
|
||||
from ietf.settings import * # pyflakes:ignore
|
||||
|
||||
STATIC_URL = "https://static.ietf.org/dt/%s/"%__version__
|
||||
|
|
Loading…
Reference in a new issue