update cf ci

main
Anton Franzluebbers 2023-09-13 17:00:14 -04:00
parent 98703f78ef
commit 9d8b7378c6
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ env:
on: on:
push: push:
paths: paths:
- $SUBFOLDER/** - Documentation/**
jobs: jobs:
publish-docs: publish-docs:

View File

@ -3,6 +3,7 @@
This page has a brief explanation of each of the samples included in VelNetUnity. To install a sample, go to the Package Manager, and use the Import buttons in the Samples tab on the VelNet package (`Window->Package Manager->VelNet->Samples`). This page has a brief explanation of each of the samples included in VelNetUnity. To install a sample, go to the Package Manager, and use the Import buttons in the Samples tab on the VelNet package (`Window->Package Manager->VelNet->Samples`).
## Basic Example ## Basic Example
This sample is designed to be as minimal as possible. It automatically joins a room and spawns a controllable player character for every client that joins.
## Full Example ## Full Example