From af4eb8ae8743af13dcfe6e3b365029052f383169 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 10 Apr 2021 14:38:26 +0530 Subject: [PATCH] Create publishing-records.md --- docs/maintainers/publishing-records.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/maintainers/publishing-records.md diff --git a/docs/maintainers/publishing-records.md b/docs/maintainers/publishing-records.md new file mode 100644 index 000000000..2c363e8a1 --- /dev/null +++ b/docs/maintainers/publishing-records.md @@ -0,0 +1,11 @@ +# Publishing records +> NOTE: This is only for maintainers with publishing access + +Currently, the records are published using a manual github actions workflow. +When all the PR's are merged and ready, go to `Actions > Publish records` and click on the `Run workflow` button to publish the merged records. + + + +Sometimes it may log an error message while publishing saying some record(s) couldn't be published. +Usually, the cause is related to some conflict while deleting and re-publishing. +In those situations, running the workflow again will fix the issues.