Skip to content

Commit

Permalink
Merge branch 'Expensify:main' into fixonboardingvsp
Browse files Browse the repository at this point in the history
  • Loading branch information
twilight294 authored Oct 7, 2024
2 parents 9caf4a7 + 1649496 commit 0eb8180
Show file tree
Hide file tree
Showing 31 changed files with 2,711 additions and 227 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deployNewHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ jobs:
bundler-cache: true
working-directory: ./help

# Install Node for _scripts/*.js
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.15.1'

# Wil install the _help/package.js
- name: Install Node.js Dependencies
run: npm install
working-directory: ./help # Install the help dependencies, not App

# Manually run Jekyll, bypassing Github Pages
- name: Build Jekyll site
run: bundle exec jekyll build --source ./ --destination ./_site
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1009004503
versionName "9.0.45-3"
versionCode 1009004504
versionName "9.0.45-4"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Before you can issue your Expensify Cards, you must connect your cards with the

1. Click **Expensify Card** in the left menu.
2. Click **Issue new card**.
3. Select an existing bank account from the list, or follow the steps to add a new one.
3. Select an existing bank account from the list, or follow [the steps to add a new one](https://help.expensify.com/articles/new-expensify/expenses-&-payments/Connect-a-Business-Bank-Account).

![Click the issue card button]({{site.url}}/assets/images/ExpensifyHelp-WorkspaceFeeds_02.png){:width="100%"}

Expand Down
Loading

0 comments on commit 0eb8180

Please sign in to comment.