Skip to content

Commit bf83de4

Browse files
Add Makefile to deploy locally
Signed-off-by: Victor Morales <v.morales@samsung.com>
1 parent 79be892 commit bf83de4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-license-identifier: Apache-2.0
2+
##############################################################################
3+
# Copyright (c) 2022 Samsung Corporation
4+
# All rights reserved. This program and the accompanying materials
5+
# are made available under the terms of the Apache License, Version 2.0
6+
# which accompanies this distribution, and is available at
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
##############################################################################
9+
10+
.PHONY: deploy
11+
deploy:
12+
tox -e docs
13+
python -m http.server --directory _build/html/

0 commit comments

Comments
 (0)