We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4712762 commit e628df2Copy full SHA for e628df2
1 file changed
.github/workflows/publish.yml
@@ -16,19 +16,17 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: '14'
+ node-version: '18'
20
21
- name: Build
22
run: |
23
cd front-end
24
yarn install --frozen-lockfile
25
yarn build
26
- yarn export
27
28
- name: Deploy to gh-pages
29
uses: peaceiris/actions-gh-pages@v3
30
if: ${{ github.ref == 'refs/heads/main' }}
31
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./front-end/out
34
- cname: web3camp.us
+ publish_dir: ./front-end/build
0 commit comments