Skip to content

update node in pipes #818

update node in pipes

update node in pipes #818

Workflow file for this run

name: Publish pages folder to gh-pages
on:
push:
branches:
- main
permissions:
contents: write
pages: write
jobs:
deploy:
environment: github-pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: 24.14.1
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run pages:build
- name: Deploy
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages
destination_dir: main