fsprojects / fsprojects/FSharpPlus
GitHub Action to release docs
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 941
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Description
It's a bit of a pain to release the docs. It would be nice to have GitHub Action that could release the docs.
See
- https://stackoverflow.com/questions/57921401/push-to-origin-from-github-action/58393457#58393457
- https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
Expected behavior
Either a manually triggered workflow or master-branch triggered workflow that can simplify the work.
Known workarounds
On a machine where it works run dotnet msbuild -target:ReleaseDocs build.proj
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with build.proj and the existing dotnet msbuild -target:ReleaseDocs build.proj command, then review the linked GitHub Actions guidance for manual or master-branch triggers. Done means a workflow can run the documentation release task through one of the requested triggers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp, github-actions
- Domain
- ci-cd, documentation, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100