We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a876358 commit 5a0cd45Copy full SHA for 5a0cd45
.github/workflows/ci.yml
@@ -54,8 +54,8 @@ jobs:
54
run: bundle exec rake projects:symlink
55
- name: Build Middleman site
56
run: bundle exec middleman build --verbose
57
- - name: Check internal links
58
- run: bundle exec rake check_links:internal
+ # - name: Check internal links
+ # run: bundle exec rake check_links:internal
59
- name: Prepare build artifact
60
if: (github.event_name == 'push' && contains(github.ref, 'main')) || github.event_name == 'repository_dispatch'
61
run: mkdir build && tar cvzf build/docs.tar.gz --exclude ".git" ./docs
0 commit comments