We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62e100 commit b2fdf85Copy full SHA for b2fdf85
.github/workflows/ci.yml
@@ -30,5 +30,12 @@ jobs:
30
- name: Run unit tests
31
run: pnpm run test
32
33
- - name: Check generate files
+ - name: Generate files
34
run: pnpm run generate
35
+
36
+ - name: Deploy to gh-pages
37
+ if: github.ref == 'refs/heads/master'
38
+ uses: JamesIves/github-pages-deploy-action@v4
39
+ with:
40
+ branch: gh-pages
41
+ folder: dist
.github/workflows/deploy.yml
0 commit comments