File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 run : bundle exec rake projects:symlink
5555 - name : Build Middleman site
5656 run : bundle exec middleman build --verbose
57- # - name: Check internal links
58- # run: bundle exec rake check_links:internal
57+ - name : Check internal links
58+ run : bundle exec rake check_links:internal
5959 - name : Prepare build artifact
6060 if : (github.event_name == 'push' && contains(github.ref, 'main')) || github.event_name == 'repository_dispatch'
6161 run : mkdir build && tar cvzf build/docs.tar.gz --exclude ".git" ./docs
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = {
1414 } ,
1515
1616 output : {
17- path : __dirname + '/tmp/dist' ,
17+ path : __dirname + '/. tmp/dist' ,
1818 filename : 'assets/javascripts/all.js' ,
1919 } ,
2020
@@ -32,7 +32,7 @@ module.exports = {
3232 } ,
3333
3434 plugins : [
35- new Clean ( [ 'tmp/dist' ] ) ,
35+ new Clean ( [ '. tmp/dist' ] ) ,
3636 new ExtractTextPlugin ( 'assets/stylesheets/all.css' , {
3737 allChunks : true ,
3838 } ) ,
You can’t perform that action at this time.
0 commit comments