Skip to content

Commit c4858b6

Browse files
committed
Update CI
1 parent 2a97a0c commit c4858b6

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
branches: [ main ]
66
workflow_dispatch: # allow manual start
77

8-
permissions:
9-
contents: read
10-
pages: write
11-
id-token: write
12-
138
concurrency:
149
group: ${{ github.workflow }}
1510
cancel-in-progress: true
@@ -34,3 +29,9 @@ jobs:
3429
- name: Build
3530
working-directory: frontend
3631
run: npm run build
32+
33+
- name: Deploy to GitHub Pages
34+
uses: peaceiris/actions-gh-pages@v3
35+
with:
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
37+
publish_dir: ./frontend/dist

frontend/dist/.nojekyll

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

0 commit comments

Comments
 (0)