GitHub Actions cron support

October 2, 2022 ยท View on GitHub

This project uses a GitHub Actions cronjob to automatically sync with the official Slack documentation once per day.

Running manually

You can also sync manually. You may want to do this if the cronjob fails or if you need to sync prior to the scheduled cronjob time.

bundle install
  • Run the update and validate Rake tasks.
    • Be patient as the update task may take some time.
bundle exec rake api:update
bundle exec rake api:validate
  • Open a pull request with the updated files.