Skip to content

feat: add option to see latest docs build on branch #1

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jokasimr
Copy link
Collaborator

@jokasimr jokasimr commented Jul 16, 2025

Lets us see the latest built docs on a particular branch by visiting (for example)
https://remote-unzip-1ehyjt4pqjp4.deno.dev/scipp/essreflectometry/improve-docs/
(url has format remote-unzip.deno.dev/{org}/{repo}/{branch})

It is useful because the page at that url will get continually updated as new changes arrive on the branch,
so to see the latest changes we don't need to go into the latest workflow summary page and copy the url from there.

The server looks at the latest github ~100 actions in the repo and redirects to the first docs build on the requested branch

  • the latest docs build failed or
  • the latest docs build is not finished yet

then nothing will be retrieved.

Note that the token that is used by this tool has no permissions, and is therefore not able to see our private repos.

@github-project-automation github-project-automation bot moved this to In progress in Development Board Jul 16, 2025
@jokasimr jokasimr moved this from In progress to Selected in Development Board Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Selected
Development

Successfully merging this pull request may close these issues.

1 participant