Skip to content

Commit

Permalink
Config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Jan 3, 2024
1 parent 221a357 commit 2250626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: npm run build #bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
title: Neon Frame App
email: [email protected]
description: Highlight screenshots you're sharing to social media in two clicks
baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://mobiledevpro.github.io/neonframe.page" # the base hostname & protocol for your site, e.g. http://example.com
theme_color: '#FF191C1D'
twitter_username: mobiledev_pro
Expand Down

0 comments on commit 2250626

Please sign in to comment.