Skip to content

test with custom inital_code #72

test with custom inital_code

test with custom inital_code #72

Workflow file for this run

on: [push]
permissions:
contents: write
jobs:
publish:
runs-on: ubicloud-standard-16
permissions:
contents: write
deployments: write
name: Publish to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: NODE_OPTIONS=--max_old_space_size=8096 npm run build --if-present
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build