Skip to content

Commit bf0d6b0

Browse files
committed
Add dev profile for running axe.
1 parent 76727ae commit bf0d6b0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

_quarto-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
website:
2+
site-url: "http://berkeley-cdss.github.io/course-site-quarto-lite"

scripts/run-axe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
echo "Building Quarto site..."
7-
quarto render
7+
quarto render --profile dev
88

99
echo "Starting local server..."
1010
nohup npx http-server _site -p 3000 -s > /dev/null 2>&1 &

0 commit comments

Comments
 (0)