Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
cbournhonesque-sc committed Jan 30, 2024
1 parent b4d70fb commit b90b33f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
--exclude=.git \
--exclude=.github \
-cvf "$RUNNER_TEMP/artifact.tar" \
book/book \
examples/bullet_prespawn/dist
./book/book \
./examples/bullet_prespawn/dist
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- [Advanced Replication](./concepts/advanced_replication/title.md)
- [Replication Logic](./concepts/advanced_replication/replication_logic.md)
- [Inputs](./concepts/advanced_replication/inputs.md)
- [Interpolation](./boncepts/advanced_replication/interpolation.md)
- [Interpolation](./concepts/advanced_replication/interpolation.md)
- [Prediction](./concepts/advanced_replication/prediction.md)
- [Prespawning](./concepts/advanced_replication/prespawning.md)
- [ComponentSyncMode](./concepts/advanced_replication/component_sync_mode.md)
Expand Down

0 comments on commit b90b33f

Please sign in to comment.