Skip to content

Bump webdriverio from 9.4.3 to 9.4.5 #194

Bump webdriverio from 9.4.3 to 9.4.5

Bump webdriverio from 9.4.3 to 9.4.5 #194

Workflow file for this run

name: Publish github pages
on:
push:
branches: [main]
paths:
- "src/**"
- "demoSrc/**"
- "package.json"
- "README.md"
- "tsconfig**.json"
- ".github/workflows/*.yml"
pull_request:
branches: [main]
paths:
- "src/**"
- "__test__/**"
- "package.json"
- "tsconfig*.json"
- ".github/workflows/*.yml"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build
- name: Deploy Github pages
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs