We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76943b8 commit b07a2edCopy full SHA for b07a2ed
docs/build_reference.ps1
@@ -9,7 +9,8 @@ Remove-Item -Path ".\stdlib-reference\types" -Recurse -Force
9
cd stdlib-reference
10
& ../../build/Release/bin/slangc -compile-stdlib -doc
11
Move-Item -Path ".\toc.html" -Destination ".\_includes\stdlib-reference-toc.html" -Force
12
-# git commit -m "Update stdlib reference"
13
-# git push
+git add .
+git commit -m "Update stdlib reference"
14
+git push
15
cd ../
16
0 commit comments