Skip to content

EPMDEDP-17074: docs: Remove KrakenD from 3-13 and higher #824

EPMDEDP-17074: docs: Remove KrakenD from 3-13 and higher

EPMDEDP-17074: docs: Remove KrakenD from 3-13 and higher #824

name: GitHub Pages - Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
permissions:
id-token: write # Require write permission to Fetch an OIDC token.
contents: write
pull-requests: write
jobs:
deploy_to_github_pages_job:
runs-on: ubuntu-latest
name: Publish to GitHub Pages
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
- name: Install and Build
run: |
npm ci
npm run build
- name: Publish to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.