Skip to main content

Deploy details

Deploy successful for madr-develop

Bump webrick from 1.8.1 to 1.8.2 in /docs

PR #167: dependabot/bundler/docs/webrick-1.8.2@0f0856f

Deploy log

Initializing

Complete
12:01:55 PM: Build ready to start
12:02:23 PM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)
12:02:23 PM: buildbot version: c1ccefdee611eab5836a599df80d16b6e08180cb
12:02:23 PM: Fetching cached dependencies
12:02:23 PM: Starting to download cache of 235.3MB
12:02:24 PM: Finished downloading cache in 1.368s
12:02:24 PM: Starting to extract cache
12:02:27 PM: Finished extracting cache in 2.666s
12:02:27 PM: Finished fetching cache in 4.104s
12:02:27 PM: Starting to prepare the repo for build
12:02:27 PM: Preparing Git Reference pull/167/head
12:02:28 PM: Custom publish path detected. Proceeding with the specified path: 'docs/_site'
12:02:29 PM: manpath: warning: $PATH not set
12:02:29 PM: Starting to install dependencies
12:02:30 PM: Python version set to 3.8
12:02:30 PM: Required ruby-3.1.6 is not installed.
12:02:30 PM: To install do: 'rvm install "ruby-3.1.6"'
12:02:30 PM: Attempting Ruby version 3.1.6, read from .ruby-version file
12:02:30 PM: Started restoring cached Ruby version
12:02:30 PM: Finished restoring cached Ruby version
12:02:31 PM: Using Ruby version 3.1.6
12:02:31 PM: Using Bundler version 2.5.10 from Gemfile.lock
12:02:31 PM: Started restoring cached ruby gems
12:02:31 PM: Finished restoring cached ruby gems
12:02:31 PM: Installing gem bundle
12:02:31 PM: [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path '/opt/build/cache/bundle'`, and stop using this flag
12:02:31 PM: [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`
12:02:33 PM: Fetching gem metadata from https://rubygems.org/...........
12:02:33 PM: Fetching webrick 1.8.2
12:02:33 PM: Installing webrick 1.8.2
12:02:33 PM: Bundle complete! 4 Gemfile dependencies, 38 gems now installed.
12:02:33 PM: Bundled gems are installed into `/opt/build/cache/bundle`
12:02:33 PM: Gem bundle installed
12:02:33 PM: Started restoring cached go cache
12:02:33 PM: Finished restoring cached go cache
12:02:34 PM: go version go1.19.13 linux/amd64
12:02:35 PM: Using PHP version 8.0
12:02:36 PM: Started restoring cached Node.js version
12:02:38 PM: Finished restoring cached Node.js version
12:02:38 PM: v20.18.0 is already installed.
12:02:39 PM: Now using node v20.18.0 (npm v10.8.2)
12:02:39 PM: Enabling Node.js Corepack
12:02:39 PM: Started restoring cached build plugins
12:02:39 PM: Finished restoring cached build plugins
12:02:39 PM: Successfully installed dependencies
12:02:39 PM: Starting build script
12:02:40 PM: Detected 1 framework(s)
12:02:40 PM: "jekyll" at version "unknown"
12:02:40 PM: Section completed: initializing

Building

Complete
12:02:42 PM: Netlify Build
12:02:42 PM: ────────────────────────────────────────────────────────────────
12:02:42 PM:
12:02:42 PM: ❯ Version
12:02:42 PM: @netlify/build 29.55.2
12:02:42 PM:
12:02:42 PM: ❯ Flags
12:02:42 PM: accountId: 5d8608df8c97ca335f7aa2e2
12:02:42 PM: baseRelDir: true
12:02:42 PM: buildId: 670fab3376a70d0008c75ac9
12:02:42 PM: deployId: 670fab3376a70d0008c75acb
12:02:42 PM:
12:02:42 PM: ❯ Current directory
12:02:42 PM: /opt/build/repo/docs
12:02:42 PM:
12:02:42 PM: ❯ Config file
12:02:42 PM: No config file was defined: using default values.
12:02:42 PM:
12:02:42 PM: ❯ Context
12:02:42 PM: deploy-preview
12:02:42 PM:
12:02:42 PM: Build command from Netlify app
12:02:42 PM: ────────────────────────────────────────────────────────────────
12:02:42 PM: ​
12:02:42 PM: $ jekyll build
12:02:42 PM: Configuration file: /opt/build/repo/docs/_config.yml
12:02:42 PM: Source: /opt/build/repo/docs
12:02:42 PM: Destination: /opt/build/repo/docs/_site
12:02:42 PM: Incremental build: disabled. Enable with --incremental
12:02:42 PM: Generating...
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/base.scss
12:02:43 PM: 15 │ scroll-behavior: smooth;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/base.scss 15:3 @import
12:02:43 PM: modules.scss 5:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-dark.scss 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 45 │ padding-top: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 45:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-dark.scss 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 46 │ padding-bottom: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 46:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-dark.scss 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 117│ flex-grow: 1;
12:02:43 PM: │ ^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 117:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-dark.scss 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 118│ display: flex;
12:02:43 PM: │ ^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 118:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-dark.scss 8:9 root stylesheet
12:02:43 PM: WARNING: 31 repetitive deprecation warnings omitted.
12:02:43 PM: Run in verbose mode to see all warnings.
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/base.scss
12:02:43 PM: 15 │ scroll-behavior: smooth;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/base.scss 15:3 @import
12:02:43 PM: modules.scss 5:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-default.scss 9:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 45 │ padding-top: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 45:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-default.scss 9:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 46 │ padding-bottom: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 46:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-default.scss 9:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 117│ flex-grow: 1;
12:02:43 PM: │ ^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 117:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-default.scss 9:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 118│ display: flex;
12:02:43 PM: │ ^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 118:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-default.scss 9:9 root stylesheet
12:02:43 PM: WARNING: 31 repetitive deprecation warnings omitted.
12:02:43 PM: Run in verbose mode to see all warnings.
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/base.scss
12:02:43 PM: 15 │ scroll-behavior: smooth;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/base.scss 15:3 @import
12:02:43 PM: modules.scss 5:9 @import
12:02:43 PM: - 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 45 │ padding-top: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 45:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: - 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 46 │ padding-bottom: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 46:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: - 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 117│ flex-grow: 1;
12:02:43 PM: │ ^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 117:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: - 8:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 118│ display: flex;
12:02:43 PM: │ ^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 118:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: - 8:9 root stylesheet
12:02:43 PM: WARNING: 31 repetitive deprecation warnings omitted.
12:02:43 PM: Run in verbose mode to see all warnings.
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/base.scss
12:02:43 PM: 15 │ scroll-behavior: smooth;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/base.scss 15:3 @import
12:02:43 PM: modules.scss 5:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-light.scss 6:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 45 │ padding-top: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 45:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-light.scss 6:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 46 │ padding-bottom: $gutter-spacing-sm;
12:02:43 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 46:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-light.scss 6:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 117│ flex-grow: 1;
12:02:43 PM: │ ^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 117:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-light.scss 6:9 root stylesheet
12:02:43 PM: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
12:02:43 PM: version. To keep the existing behavior, move the declaration above the nested
12:02:43 PM: rule. To opt into the new behavior, wrap the declaration in `& {}`.
12:02:43 PM: More info: https://sass-lang.com/d/mixed-decls
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/layout.scss
12:02:43 PM: 118│ display: flex;
12:02:43 PM: │ ^^^^^^^^^^^^^ declaration
12:02:43 PM: ╵
12:02:43 PM: ┌──> ../../../../just-the-docs-0.8.2/_sass/support/mixins/_layout.scss
12:02:43 PM: 15 │ ┌ @media (min-width: $value) {
12:02:43 PM: 16 │ │ @content;
12:02:43 PM: 17 │ │ }
12:02:43 PM: │ └─── nested rule
12:02:43 PM: ╵
12:02:43 PM: ../../../../just-the-docs-0.8.2/_sass/layout.scss 118:3 @import
12:02:43 PM: modules.scss 6:9 @import
12:02:43 PM: /opt/build/repo/docs/assets/css/just-the-docs-light.scss 6:9 root stylesheet
12:02:43 PM: WARNING: 31 repetitive deprecation warnings omitted.
12:02:43 PM: Run in verbose mode to see all warnings.
12:02:43 PM: done in 0.917 seconds.
12:02:43 PM: Auto-regeneration: disabled. Use --watch to enable.
12:02:43 PM: ​
12:02:43 PM: (build.command completed in 1.3s)
12:02:43 PM:
12:02:44 PM: (Netlify Build completed in 1.6s)
12:02:44 PM: Section completed: building
12:02:46 PM: Finished processing build request in 23.398s

Deploying

Complete
12:02:43 PM: Deploy site
12:02:43 PM: ────────────────────────────────────────────────────────────────
12:02:43 PM: ​
12:02:43 PM: Starting to deploy site from 'docs/_site'
12:02:43 PM: Calculating files to upload
12:02:44 PM: 0 new file(s) to upload
12:02:44 PM: 0 new function(s) to upload
12:02:44 PM: Section completed: deploying
12:02:44 PM: Site deploy was successfully initiated
12:02:44 PM: ​
12:02:44 PM: (Deploy site completed in 208ms)

Cleanup

Complete
12:02:44 PM: Netlify Build Complete
12:02:44 PM: ────────────────────────────────────────────────────────────────
12:02:44 PM: ​
12:02:44 PM: Caching artifacts
12:02:44 PM: Started saving ruby gems
12:02:44 PM: Finished saving ruby gems
12:02:44 PM: Started saving build plugins
12:02:44 PM: Finished saving build plugins
12:02:44 PM: Started saving pip cache
12:02:44 PM: Finished saving pip cache
12:02:44 PM: Started saving emacs cask dependencies
12:02:44 PM: Finished saving emacs cask dependencies
12:02:44 PM: Started saving maven dependencies
12:02:44 PM: Finished saving maven dependencies
12:02:44 PM: Started saving boot dependencies
12:02:44 PM: Finished saving boot dependencies
12:02:44 PM: Started saving rust rustup cache
12:02:44 PM: Finished saving rust rustup cache
12:02:44 PM: Started saving go dependencies
12:02:44 PM: Finished saving go dependencies
12:02:44 PM: Build script success
12:02:45 PM: Uploading Cache of size 206.1MB
12:02:46 PM: Section completed: cleanup

Post-processing

Complete
12:02:44 PM: Starting post processing
12:02:44 PM: Post processing - redirect rules
12:02:44 PM: Post processing done
12:02:44 PM: Section completed: postprocessing
12:02:44 PM: Skipping form detection
12:02:44 PM: Post processing - header rules
12:02:49 PM: Site is live ✨