Skip to content

chore: bump iframe to 1.4.0 #6

chore: bump iframe to 1.4.0

chore: bump iframe to 1.4.0 #6

name: Pi Browser Extension Iframe GitHub Pages
on:
push:
branches: [main]
paths: [scripts/iframe/**]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn workspace iframe install --immutable
- name: Build script
run: yarn workspace iframe build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: scripts/iframe/dist
'target-folder': iframe