Skip to content

Commit b6c1385

Browse files
committed
ci: changed workflow to accomodate for changed directory structure
1 parent 757af35 commit b6c1385

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
node-version: '18'
1919

2020
- name: Install dependencies
21-
working-directory: ./site
2221
run: npm ci
2322

2423
- name: Build
25-
working-directory: ./site
2624
run: npm run build
2725

2826
- name: Deploy
2927
uses: peaceiris/actions-gh-pages@v3
3028
with:
3129
github_token: ${{ secrets.DEPLOY_TOKEN }}
32-
publish_dir: ./site/out
30+
publish_dir: ./out

0 commit comments

Comments
 (0)