diff --git a/.github/workflows/html5validator.yml b/.github/workflows/html5validator.yml index 764c631..4c142b0 100644 --- a/.github/workflows/html5validator.yml +++ b/.github/workflows/html5validator.yml @@ -16,8 +16,8 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Jekyll build - run: | - bundle exec jekyll build --drafts --profile + run: | + bundle exec jekyll build --drafts --profile - name: Checks HTML5 validity uses: Cyb3r-Jak3/html5validator-action@v7.1.1