Skip to content

Commit b07a2ed

Browse files
committed
fix build_reference.
1 parent 76943b8 commit b07a2ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/build_reference.ps1

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Remove-Item -Path ".\stdlib-reference\types" -Recurse -Force
99
cd stdlib-reference
1010
& ../../build/Release/bin/slangc -compile-stdlib -doc
1111
Move-Item -Path ".\toc.html" -Destination ".\_includes\stdlib-reference-toc.html" -Force
12-
# git commit -m "Update stdlib reference"
13-
# git push
12+
git add .
13+
git commit -m "Update stdlib reference"
14+
git push
1415
cd ../
1516

0 commit comments

Comments
 (0)