diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index d7f43f7d2ba..00000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Markdown linting test - -on: - pull_request: - branches: - - master - - develop - -jobs: - test: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Set up Ruby - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.6 - - name: Install mdl gem - run: gem install mdl -v '0.7.0' - - name: Run mdl - run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- . diff --git a/Gemfile.lock b/Gemfile.lock index da4faa70c1c..d8dbbb40078 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/magento-devdocs/devdocs-theme.git - revision: 5e99a84dd5692d3ee4c1985b9f48824eeede8cfd + revision: 7628949ce6d16a6232a0582b32465757a6e446a9 specs: - devdocs (5) - jekyll (>= 3.3) + devdocs (7) + jekyll (>= 4.0) GEM remote: https://rubygems.org/ diff --git a/_includes/layout/site-nav.html b/_includes/layout/site-nav.html index 7db988722f1..39ad6425354 100644 --- a/_includes/layout/site-nav.html +++ b/_includes/layout/site-nav.html @@ -7,12 +7,12 @@