-
Notifications
You must be signed in to change notification settings - Fork 4
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
Chore: Add forkdiff gh-page #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple small comments but looks fine. If we update the fork and the pull request stuff I'm fine to merge. Annoying that it doesn't work otherwise but fine.
.github/workflows/pages.yaml
Outdated
# The GH actions bot is used by default if you didn't specify the two fields. | ||
# You can swap them out with your own user credentials. | ||
user_name: github-actions[bot] | ||
user_email: 41898282+github-actions[bot]@users.noreply.github.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: newline
fork.yaml
Outdated
- "go.mod" | ||
- "fork.yaml" | ||
- ".github/*" | ||
- ".github/workflows/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: newline
.github/workflows/pages.yaml
Outdated
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably use v4
### Description we need a static webpage to show changes made to astria-geth fork, this should be used both internally and externally. using a [forkdiff](https://github.com/protolambda/forkdiff) tool to create a static webpage. ### Changes add a fork.yaml file structs the changes view and define the commits to compare with pages.yaml workflow deploys to gh-pages Currently deploying on PR for testing.
Description
we need a static webpage to show changes made to astria-geth fork, this should be used both internally and externally.
using a forkdiff tool to create a static webpage.
Changes
add a fork.yaml file structs the changes view and define the commits to compare with
pages.yaml workflow deploys to gh-pages
Currently deploying on PR for testing.