File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,18 @@ jobs:
25
25
- npm install --no-optional --no-audit --progress=false
26
26
- poetry install
27
27
before_script :
28
+ - npm run build
28
29
- poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
29
30
script :
30
31
# Python linting.
31
32
- tox -e lint
32
33
# Docs website build.
33
34
- poetry run mkdocs build --strict
34
- - wget --mirror --page-requisites --no-parent http://localhost:8000/django-pattern-library/demo/pattern-library/
35
+ # Demo website build.
36
+ - wget --mirror --page-requisites --no-parent --no-verbose http://localhost:8000/django-pattern-library/demo/pattern-library/
35
37
- mv localhost:8000/django-pattern-library/demo site
36
38
# Package build, incl. publishing an experimental pre-release via GitHub Pages for builds on `master`.
37
39
- cat pyproject.toml| awk '{sub(/^version = .+/,"version = \"0.0.0.dev\"")}1' > pyproject.toml.tmp && mv pyproject.toml.tmp pyproject.toml
38
- - npm run build
39
40
- poetry build
40
41
- mv dist site
41
42
deploy :
You can’t perform that action at this time.
0 commit comments