Skip to content

Update iframe.html

Update iframe.html #28

Workflow file for this run

name: gh-pages-build-deploy
on:
push:
branches: [ master ]
jobs:
build:
if: github.repository == 'Datamart/Komito-CDN'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build 🔧
run: node ./.github/workflows/build.js
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .