Skip to content

Commit

Permalink
Slight updates from review
Browse files Browse the repository at this point in the history
  • Loading branch information
quinthar committed Sep 25, 2024
1 parent bf2b7f9 commit 288ccae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployNewHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Purge Cloudflare cache
if: env.IS_PR_FROM_FORK != 'true'
run: $HOME/.local/bin/cli4 --verbose --delete hosts=["help.expensify.com"] /zones/:9ee042e6cfc7fd45e74aa7d2f78d617b/purge_cache
run: "$HOME/.local/bin/cli4" --verbose --delete hosts=["newhelp.expensify.com"] /zones/:9ee042e6cfc7fd45e74aa7d2f78d617b/purge_cache
env:
CF_API_KEY: ${{ secrets.CLOUDFLARE_TOKEN }}

Expand Down
14 changes: 6 additions & 8 deletions help/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Your awesome title
email: your-email@example.com
title: New Expensify Help
email: concierge@expensify.com
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Comprehensive help documentation for New Expensify.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
url: "https://newhelp.expensify.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: expensify
github_username: expensify

# Build settings
theme: minima
Expand Down

0 comments on commit 288ccae

Please sign in to comment.