We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac3e4f commit 8576507Copy full SHA for 8576507
util/test-website.raku
@@ -1,5 +1,15 @@
1
#!/usr/bin/env raku
2
3
+=begin comment
4
+
5
+This script clones the website repository (or updates the clone if it already exists)
6
+and then runs the xtest suite against those rakudoc files.
7
8
+To create a PR for doc-website, one will have to create a branch in the checkout
9
+manually and push manually once the tests pass.
10
11
+=end comment
12
13
my $dir = "doc-website".IO;
14
15
if $dir.d {
0 commit comments