diff --git a/.github/workflows/docs-cf.yml b/.github/workflows/docs-cf.yml index d120964..fa5cbed 100644 --- a/.github/workflows/docs-cf.yml +++ b/.github/workflows/docs-cf.yml @@ -4,7 +4,7 @@ env: on: push: paths: - - $SUBFOLDER/** + - Documentation/** jobs: publish-docs: diff --git a/Documentation/docs/client/samples.md b/Documentation/docs/client/samples.md index b5d78b9..3c81180 100644 --- a/Documentation/docs/client/samples.md +++ b/Documentation/docs/client/samples.md @@ -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`). ## 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