We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a97a0c commit c4858b6Copy full SHA for c4858b6
2 files changed
.github/workflows/ci.yml
@@ -5,11 +5,6 @@ on:
5
branches: [ main ]
6
workflow_dispatch: # allow manual start
7
8
-permissions:
9
- contents: read
10
- pages: write
11
- id-token: write
12
-
13
concurrency:
14
group: ${{ github.workflow }}
15
cancel-in-progress: true
@@ -34,3 +29,9 @@ jobs:
34
29
- name: Build
35
30
working-directory: frontend
36
31
run: npm run build
32
+
33
+ - name: Deploy to GitHub Pages
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
37
+ publish_dir: ./frontend/dist
frontend/dist/.nojekyll
0 commit comments