mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
update raw boostlook.css url path
This commit is contained in:
committed by
Julio C. Estrada
parent
0ced24ef31
commit
3316abc38e
@@ -240,7 +240,7 @@ async function fetchBoostlookCss () {
|
||||
const skipBoostlook = process.argv.includes('--skip-boostlook')
|
||||
const cssDir = ospath.join(__dirname, '..', '..', 'src', 'css')
|
||||
const cssFilePath = ospath.join(cssDir, 'boostlook.css')
|
||||
const url = 'https://raw.githubusercontent.com/cppalliance/boostlook/master/boostlook.css'
|
||||
const url = 'https://raw.githubusercontent.com/boostorg/boostlook/master/boostlook.css'
|
||||
|
||||
if (skipBoostlook) {
|
||||
log('Skipping boostlook.css download due to --skip-boostlook flag.')
|
||||
|
||||
Reference in New Issue
Block a user