Skip to content

Add WebXR, WebCodecs, and WorkerChannel API diagnostic modules (54 to… #12

Add WebXR, WebCodecs, and WorkerChannel API diagnostic modules (54 to…

Add WebXR, WebCodecs, and WorkerChannel API diagnostic modules (54 to… #12

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: . # The folder the action should deploy.
branch: gh-pages # The branch the action should deploy to.