Skip to content

Commit d5c9bcb

Browse files
committed
wip
1 parent 5b8fada commit d5c9bcb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-insights.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515

16-
- name: Change to frontend directory
17-
run: cd frontend
18-
1916
- name: Set up Node.js
2017
uses: actions/setup-node@v3
2118
with:
2219
node-version: 18
2320

2421
- name: Install dependencies
2522
run: yarn install
23+
working-directory: frontend
2624

2725
- name: Build Insights App
2826
run: yarn workspace @lingodb/insights build
27+
working-directory: frontend
2928

3029
- name: Deploy to GitHub Pages
3130
if: success()
3231
uses: peaceiris/actions-gh-pages@v3
3332
with:
3433
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: ./frontend/packages/insights/build
34+
publish_dir: ./frontend/packages/insights/build

0 commit comments

Comments
 (0)