File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 * - Relative documentation links point to existing files
1010 *
1111 * Environment Variables:
12- * - VERIFY_DOCS_BASE_URL: Base URL for documentation files (default: https://docs. nextcloud.com )
12+ * - VERIFY_DOCS_BASE_URL: Base URL for documentation files (default: https://nextcloud.github.io/documentation/ )
1313 * Set to empty string to skip file existence checks
1414 */
1515
16- $ html_file = ' build/index.html ' ;
17- $ base_url = getenv ('VERIFY_DOCS_BASE_URL ' ) ?: 'https://docs. nextcloud.com ' ;
16+ # If custom domain is enabled, this should still handle the redirection
17+ $ base_url = getenv ('VERIFY_DOCS_BASE_URL ' ) ?: 'https://nextcloud.github.io/documentation/ ' ;
1818
19+ $ html_file = 'build/index.html ' ;
1920if (!file_exists ($ html_file )) {
2021 fwrite (STDERR , "⚠️ $ html_file not found \n" );
2122 exit (0 );
You can’t perform that action at this time.
0 commit comments