Skip to content

Merge pull request #10 from cyentific-rni/main #6

Merge pull request #10 from cyentific-rni/main

Merge pull request #10 from cyentific-rni/main #6

Workflow file for this run

name: Build and Deploy
on:
push:
branches: ['main']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
concurrency: ci-${{github.ref}}
permissions:
id-token: write
pages: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build
run: |
npm ci
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: dist
branch: gh-pages