File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,23 @@ jobs:
4949 - name : Update docs
5050 run : |
5151 ./script/docs-update
52- ./script/docs master --set-version master
52+ # ./script/docs master --set-version master
5353
54- - name : " Lint the markdown"
55- run : |
56- yarn lint-markdown
54+ # - name: "Lint the markdown"
55+ # run: |
56+ # yarn lint-markdown
5757
58- - name : " Lint the styles"
59- run : |
60- yarn lint-styles
58+ # - name: "Lint the styles"
59+ # run: |
60+ # yarn lint-styles
6161
62- - name : " Lint the scripts"
63- run : |
64- yarn lint-scripts
62+ # - name: "Lint the scripts"
63+ # run: |
64+ # yarn lint-scripts
6565
66- - name : " Validate the links"
67- run : |
68- yarn lint-links
66+ # - name: "Validate the links"
67+ # run: |
68+ # yarn lint-links
6969
7070 - name : Build the Jekyll Site
7171 env :
@@ -77,12 +77,12 @@ jobs:
7777 # Build the jekyll site:
7878 JEKYLL_ENV=development bundle exec jekyll build --baseurl '' --config _config.docs.yml --trace
7979
80- - name : " Check all of the links"
81- run : |
82- script/links || true
83- echo 'checking reported links...'
84- echo "htmlproofer spit out a report of length: $(cat htmlproofer.out | wc -l)"
85- bb script/analyze_links.clj --htmlproofer-output htmlproofer.out
80+ # - name: "Check all of the links"
81+ # run: |
82+ # script/links || true
83+ # echo 'checking reported links...'
84+ # echo "htmlproofer spit out a report of length: $(cat htmlproofer.out | wc -l)"
85+ # bb script/analyze_links.clj --htmlproofer-output htmlproofer.out
8686
8787 - name : Create the pull request
8888 env :
You can’t perform that action at this time.
0 commit comments