Skip to content

Commit

Permalink
docs(nx-cloud): fix wrong path (nrwl#20353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Nov 21, 2023
1 parent 7368810 commit 4e1289b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nx-cloud/tutorial/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ When GitHub Actions now processes our tasks they'll only take a fraction of the

![GitHub Actions after enabling remote caching](/nx-cloud/tutorial/gh-ci-remote-cache.png)

The commands could be restored from the remote cache because we had run them locally before pushing the changes, thus priming the cache with the results. You can **configure** whether local runs should be read-only or read/write. [Our docs page has more details on various scenarios](/nx-cloud/account/scenarios) and how to configure them.
The commands could be restored from the remote cache because we had run them locally before pushing the changes, thus priming the cache with the results. You can **configure** whether local runs should be read-only or read/write. [Our docs page has more details on various scenarios](/nx-cloud/concepts/scenarios) and how to configure them.

You might also want to learn more about [how to fine-tune caching](/recipes/running-tasks/customizing-inputs) to get even better results.

Expand Down Expand Up @@ -436,5 +436,5 @@ With this pipeline configuration in place, no matter how large the repository sc
You now have a highly optimized CI configuration that will scale as your repository scales. See what else you can do with Nx Cloud.

- Set up [GitHub PR integration](/nx-cloud/recipes/source-control-integration/github) to view Nx Cloud results directly in your PR
- Choose the [security scenario](/nx-cloud/account/scenarios) that makes sense for your organization
- Choose the [security scenario](/nx-cloud/concepts/scenarios) that makes sense for your organization
- [Record non-Nx commands](/nx-cloud/recipes/other/record-commands) and view the results in the Nx Cloud interface

0 comments on commit 4e1289b

Please sign in to comment.