Investigate changing docs preview workflow
See original GitHub issueWe recently added a docs preview to code-server (thank you @BrunoQuaresma ) but now have an issue. If someone forks code-server, submits a PR, the docs preview fails. My hunch says we can’t fix this since m
is private and there are some tokens/secrets we rely on.
https://github.com/cdr/code-server/blob/main/.github/workflows/docs-preview.yaml https://github.com/cdr/code-server/pull/4020/checks?check_run_id=3413784650
We should investigate fixing this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (23 by maintainers)
Top Results From Across the Web
Debugging SharePoint workflows - Microsoft Learn
Demonstrates how SharePoint now relies on Workflow Manager 1.0 for all workflow processing and management, and demonstrates debugging ...
Read more >Syntax overview | Workflows - Google Cloud
To learn more about granting roles to service accounts, see Manage access to projects, folders, and organizations. To learn how to change the...
Read more >Have You Tried? Investigating Revit features and workflows.
In our ongoing series, Autodesk's Jeff Hanson shares Revit features, workflows, and things to try that can improve your design process and ...
Read more >Workflows Basic Overview - Qualtrics
The Workflows tab is available in survey, Engagement, Lifecycle, and Ad Hoc Employee Research project types. Unless the triggering event of your workflow...
Read more >Workflow Vignettes - Google Docs
Workflow systems could also provide flexibility to modify the models and ... This system was envisioned to investigate how we could better understand ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, and the other advantage of a public project repo is that we can
next export
those docs and include them in the product itself, which helps for air-gapped installsWhile this comment doesn’t help
code-server
repository in isolation, I’d like to throw-in that maybe we should longer-term seek a way to preview docs changes that don’t require cloning a monorepo - there’s probably a minimal environment we can move to a public repo likecdr/docs-engine
or something along those lines