Skip to content

Commit

Permalink
Moving working directory to ./help for node
Browse files Browse the repository at this point in the history
  • Loading branch information
quinthar committed Oct 4, 2024
1 parent 94a6061 commit 74bef71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployNewHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.15.1'
working-directory: ./help

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

# Manually run Jekyll, bypassing Github Pages
- name: Build Jekyll site
Expand Down

0 comments on commit 74bef71

Please sign in to comment.