Skip to content

Add Ethora chat widget to Twin Zelensky demo #11

Add Ethora chat widget to Twin Zelensky demo

Add Ethora chat widget to Twin Zelensky demo #11

Workflow file for this run

name: Build static HTML
on:
workflow_dispatch:
push:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build static site
run: |
python -m pip install --upgrade pip
python build.py --pages "${{ vars.PAGES || '1,2' }}" --out docs/index.html
- name: Commit docs
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Build static HTML"
file_pattern: docs/index.html