We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa18b7c commit a244f25Copy full SHA for a244f25
.github/workflows/deploy.yml
@@ -162,6 +162,7 @@ jobs:
162
bin/roar generate \
163
--site "roar/site" \
164
--source "build-archive/data/" \
165
+ --docs "https://github.com/Roblox/creator-docs" \
166
--update \
167
--no-cache \
168
--disable-pages \
@@ -217,6 +218,7 @@ jobs:
217
218
219
220
--source "https://raw.githubusercontent.com/RobloxAPI/build-archive/master/data/" \
221
222
--update
223
224
- name: "Clear website"
0 commit comments