Skip to content

Updated support matrix to include XR_EXT_hand_interaction and XR_EXT_… #47

Updated support matrix to include XR_EXT_hand_interaction and XR_EXT_…

Updated support matrix to include XR_EXT_hand_interaction and XR_EXT_… #47

Workflow file for this run

# SPDX-FileCopyrightText: 2022, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0
name: Publish output
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: python3 -m pip install -r requirements.txt
- name: Generating reports
run: make
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public