Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix file not found in website build script #6304

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Conversation

Anton-4
Copy link
Collaborator

@Anton-4 Anton-4 commented Dec 23, 2023

This was caused by roc-lang/basic-cli#144

Old error:

 + cargo run --bin roc-docs downloaded-basic-cli/src/main.roc
   Compiling roc_docs_cli v0.0.1 (/Users/m1ci/actions-runner2/_work/roc/roc/crates/docs_cli)
    Finished dev [unoptimized + debuginfo] target(s) in 2.67s
     Running `target/debug/roc-docs downloaded-basic-cli/src/main.roc`
── FILE NOT FOUND ──────────────────────────────────────────────── UNKNOWN.roc ─

I am looking for this file, but it's not there:

    downloaded-basic-cli/src/main.roc

Is the file supposed to be there? Maybe there is a typo in the file
name?

@Anton-4 Anton-4 merged commit 9992e1d into main Dec 23, 2023
17 checks passed
@Anton-4 Anton-4 deleted the fix-website-build-script branch December 23, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants