Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Notify central docs of update

on:
push:
paths:
- 'docs/**'
push:
paths:
- "docs/**"

jobs:
notify-docs-repo:
runs-on: ubuntu-latest
steps:
- name: Trigger docs site rebuild
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.DOCS_DEPLOY_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/vrui-vr/docs/actions/workflows/build-and-deploy.yml/dispatches \
-d '{"ref":"main"}'
notify-docs-repo:
runs-on: ubuntu-latest
steps:
- name: Trigger docs site rebuild
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.DOCS_DEPLOY_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/vrui-vr/vrui-vr.github.io/actions/workflows/build-and-deploy.yml/dispatches \
-d '{"ref":"main"}'
2 changes: 1 addition & 1 deletion docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!! info "Heads up!"
VRUI must be installed before the Kinect package can be installed.

1. Install VRUI [(go to instructions $\rightarrow$)](https://vrui-vr.github.io/docs/vrui/installation/)
1. Install VRUI [(go to instructions $\rightarrow$)](https://vrui-vr.github.io/vrui/installation/)
2. Install Kinect package!!!

## Prerequisites
Expand Down