Rupert Swarbrick | 105df01 | 2021-01-29 11:33:13 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Copyright lowRISC contributors. | ||||
3 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
4 | # SPDX-License-Identifier: Apache-2.0 | ||||
5 | |||||
6 | # Build the landing site | ||||
7 | |||||
8 | set -e | ||||
9 | cd site/landing | ||||
10 | ../../build/docs-hugo/hugo |