Skip to content

Commit 5255b1e

Browse files
authored
fix path
1 parent 932db8a commit 5255b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
env:
100100
ROC_DOCS_URL_ROOT: /basic-cli/main
101101
run: |
102-
./roc_nightly/roc docs ./basic-cli/platform/main.roc
102+
./roc_nightly/roc docs ./platform/main.roc
103103
104104
mkdir -p "./temp_docs/main"
105105

0 commit comments

Comments
 (0)