Skip to content

Change confirm IDP login webdriver command to click dialog button (#510) #35

Change confirm IDP login webdriver command to click dialog button (#510)

Change confirm IDP login webdriver command to click dialog button (#510) #35

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