Skip to content

Commit ba4827a

Browse files
committed
Update CI
1 parent 2a97a0c commit ba4827a

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ jobs:
3434
- name: Build
3535
working-directory: frontend
3636
run: npm run build
37+
38+
- name: Deploy to GitHub Pages
39+
uses: peaceiris/actions-gh-pages@v3
40+
with:
41+
github_token: ${{ secrets.GITHUB_TOKEN }}
42+
publish_dir: ./dist

frontend/dist/.nojekyll

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)