Skip to content

Commit c3c03ed

Browse files
committed
Fix name key for html proofer command
1 parent 5d2b9b0 commit c3c03ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ jobs:
333333
cd jekyll/_site
334334
ln -s ${JEKYLL_BASENAME} docs
335335
fi
336-
### NOTE: we are ignore some files in the HTML proofer as it fails on pending translated docs.
336+
### NOTE: we are ignoring some files in the HTML proofer as it fails on pending translated docs.
337337
- run:
338-
namek: Test with HTMLproofer
338+
name: Test with HTMLproofer
339339
command: |
340340
bundle exec htmlproofer jekyll/_site --allow-hash-href --check-favicon --check-html --disable-external --file-ignore "jekyll/_site/${JEKYLL_BASENAME}/api/v2/index.html,${JEKYLL_BASENAME}/api/v2/,/${JEKYLL_BASENAME}/ja/2.0/runner-installation/,/${JEKYLL_BASENAME}/ja/2.0/security-server/,/${JEKYLL_BASENAME}/ja/2.0/v.2.19-overview/,/${JEKYLL_BASENAME}/ja/2.0/customizations/,/${JEKYLL_BASENAME}/ja/2.0/aws-prereq/,/${JEKYLL_BASENAME}/ja/2.0/ops/,/${JEKYLL_BASENAME}/ja/2.0/about-circleci/,/${JEKYLL_BASENAME}/ja/2.0/demo-apps/,/${JEKYLL_BASENAME}/ja/2.0/google-auth/,/${JEKYLL_BASENAME}/ja/2.0/orb-concepts/,/${JEKYLL_BASENAME}/ja/2.0/tutorials/,/${JEKYLL_BASENAME}/reference-2-1/" --empty-alt-ignore 2>&1 | nkf -w --url-input | tee $JOB_RESULTS_PATH/htmlproofer-results.txt
341341
- store_artifacts: # stores the built files of the Jekyll site

0 commit comments

Comments
 (0)