Skip to content

Commit e628df2

Browse files
committed
ci: fix build errors
1 parent 4712762 commit e628df2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,17 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: '14'
19+
node-version: '18'
2020

2121
- name: Build
2222
run: |
2323
cd front-end
2424
yarn install --frozen-lockfile
2525
yarn build
26-
yarn export
2726
2827
- name: Deploy to gh-pages
2928
uses: peaceiris/actions-gh-pages@v3
3029
if: ${{ github.ref == 'refs/heads/main' }}
3130
with:
3231
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./front-end/out
34-
cname: web3camp.us
32+
publish_dir: ./front-end/build

0 commit comments

Comments
 (0)