This commit is contained in:
/home/neo 2026-04-10 17:05:42 +03:00 committed by GitHub
parent 471c249dc3
commit 3b2358f4ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: gh-pages