chore: bump iframe to 1.3.0 #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
branch: gh-pages | |
folder: scripts/iframe/dist | |
"target-folder": iframe |