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.
2 parents db1da4b + 4bef53f commit 186c49eCopy full SHA for 186c49e
1 file changed
.github/workflows/generate-docs.yaml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
roc-version: nightly
23
- name: Generate docs
24
- run: roc docs package/main.roc
+ run: roc docs platform/main.roc
25
- name: Fix absolute paths
26
run: |
27
find generated-docs/ -type f -name '*.html' -exec sed -i "s/\(href\|src\)=\"\//\1=\"\/${{ github.event.repository.name }}\//g" {} +
0 commit comments