mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
||||
run: npm run build
|
||||
- name: Check license
|
||||
run: npm run checkLicense
|
||||
- name: Copy index.html for GitHub Pages
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
run: cp dist/index.html dist/404.html
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
||||
Reference in New Issue
Block a user