Skip to content

Commit db9eb1d

Browse files
committed
fix: generate gh
1 parent fd5e377 commit db9eb1d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
run: yarn lint
4343
- name: Run tests 🧪
4444
run: yarn test
45+
- name: Generate Static
46+
run: yarn generate
47+
- name: Deploy
48+
uses: peaceiris/actions-gh-pages@v4
49+
with:
50+
github_token: ${{ secrets.GITHUB_TOKEN }}
51+
publish_dir: ./dist
4552
docker-test:
4653
needs: ci
4754
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)