Fix baseurl

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-11-28 18:34:23 +05:30
parent 9294f224c3
commit 2c0625817d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
extended: true
- name: Build staging
run: hugo --minify -DEFb=https://staging.msfjarvis.website
run: hugo --minify -DEFb=https://staging.msfjarvis.website/
- name: Deploy to staging
run: source $GITHUB_WORKSPACE/ci/deploy.sh

View File

@ -1,4 +1,4 @@
baseurl = "https://msfjarvis.website"
baseurl = "https://msfjarvis.website/"
languageCode = "en-us"
title = "Harsh Shandilya"
theme = "hyde"