Skip to content

Update HOWTO-chrome.md with button flow dev trial instruction (#551) #4

Update HOWTO-chrome.md with button flow dev trial instruction (#551)

Update HOWTO-chrome.md with button flow dev trial instruction (#551) #4

Workflow file for this run

name: Publish IDL to GitHub pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build
run: |
make -C spec idl
mkdir out
cp spec/fedcm.idl out/
- name: Deploy
if: ${{ success() && github.ref == 'refs/heads/main' }}
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: out
CLEAN-EXCLUDE:
index.html
static