diff --git a/.github/workflows/404.html b/.github/workflows/404.html index 116ddbb7f8ad827..4c3a717c8aa2b0d 100644 --- a/.github/workflows/404.html +++ b/.github/workflows/404.html @@ -2,16 +2,9 @@ 404 Page Not Found +

404 Page Not Found

- diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cf61e3a63ebcada..e592b120cac026f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -108,6 +108,7 @@ jobs: # Add the custom 404 page to provide production links to the unbuilt documents mkdir -p ${BUILD_OUT_ROOT}/en-us/_spas/ cp -v ./.github/workflows/404.html ${BUILD_OUT_ROOT}/en-us/_spas/404.html + cp -v ./.github/workflows/404.js ${BUILD_OUT_ROOT}/en-us/_spas/404.js # Download the raw diff blob and store that inside the build # directory.