Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4707263

Browse files
committed
Add baseurl for prod and remove feed.xml
1 parent dd0594f commit 4707263

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ task build: %w[clean] do
4242
# Back up an environmental variable
4343
jekyll_env = ENV['JEKYLL_ENV']
4444
ENV['JEKYLL_ENV'] = 'production'
45-
jekyll('build --verbose')
45+
jekyll('build --verbose --baseurl=/devdocs')
4646
# Restore the environmental variable
4747
ENV['JEKYLL_ENV'] = jekyll_env
4848
puts 'Built!'.green

feed.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)