Skip to content

Commit 186c49e

Browse files
Merge pull request #12 from roc-lang/docs-ga
Fix for platform and add on PR
2 parents db1da4b + 4bef53f commit 186c49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
roc-version: nightly
2323
- name: Generate docs
24-
run: roc docs package/main.roc
24+
run: roc docs platform/main.roc
2525
- name: Fix absolute paths
2626
run: |
2727
find generated-docs/ -type f -name '*.html' -exec sed -i "s/\(href\|src\)=\"\//\1=\"\/${{ github.event.repository.name }}\//g" {} +

0 commit comments

Comments
 (0)