Skip to content

Merge pull request #89 from fedtti/dependabot/npm_and_yarn/ip-address… #101

Merge pull request #89 from fedtti/dependabot/npm_and_yarn/ip-address…

Merge pull request #89 from fedtti/dependabot/npm_and_yarn/ip-address… #101

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24.x'
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Deploy
run: npm run deploy
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}