Skip to content

Commit 0bcd818

Browse files
committed
fix path
1 parent 16f9e25 commit 0bcd818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
apt-get install -y nodejs
3535
3636
# Generate chapters, run tests (installs Python/Node deps, starts server)
37-
../tools/scripts/run_and_test_website.sh
37+
./tools/scripts/run_and_test_website.sh
3838
3939
# Enable Ubuntu universe repository (required for fonts and pdftk)
4040
apt-get install -y software-properties-common

0 commit comments

Comments
 (0)