Skip to content
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

automatically run ribbity to update your site using GitHub Actions #14

Open
ctb opened this issue May 20, 2022 · 0 comments
Open

automatically run ribbity to update your site using GitHub Actions #14

ctb opened this issue May 20, 2022 · 0 comments
Labels
intermediate intermediate documentation for fine tuning ribbity

Comments

@ctb
Copy link
Collaborator

ctb commented May 20, 2022

once your configuration is working and you've built your site with ribbity, you can configure your GitHub repository to run ribbity whenever an issue is changed. The simplest way to do this is to use GitHub Actions.

To set up GitHub Actions, add the file https://github.com/ribbity-org/ribbity-docs/blob/main/.github/workflows/ribbity.yml into the .github/workflows directory of your repository. Note that this workflow assumes that your ribbity config file is named site-config.toml and that ribbity runs in the top level directory of your repository.

You will then need to go to settings and under 'Actions', 'General', set your workflow permissions to read and write.

Now, whenever an issue is changed in any way, ribbity will run on the issue tracker and update your Web site.

@ctb ctb added the intermediate intermediate documentation for fine tuning ribbity label May 20, 2022
@ctb ctb changed the title automatically run ribbity to update your site using GitHub actions automatically run ribbity to update your site using GitHub Actions May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intermediate intermediate documentation for fine tuning ribbity
Projects
None yet
Development

No branches or pull requests

1 participant