Skip to content

Commit 843c106

Browse files
committed
chore: update workflows
1 parent ca9dfa0 commit 843c106

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: npm install
1818
- run: npm test
1919
- run: npm install
20-
working-directory: ./site/app
20+
working-directory: ./site
2121
- run: npm run build
22-
working-directory: ./site/app
23-
- run: surge ./site/app/dist ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}
22+
working-directory: ./site
23+
- run: surge ./site/dist ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
with:
1818
node-version: 12
1919
- run: npm install
20-
working-directory: ./site/app
20+
working-directory: ./site
2121
- run: npm run build
22-
working-directory: ./site/app
22+
working-directory: ./site
2323
- name: Deploy
2424
uses: JamesIves/github-pages-deploy-action@releases/v3
2525
with:
2626
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2727
BRANCH: gh-pages
28-
FOLDER: site/app/dist
28+
FOLDER: site/dist

0 commit comments

Comments
 (0)