From 319abce46d29d48188ada065aa1b1927feaf028c Mon Sep 17 00:00:00 2001 From: Tatsu Hashimoto Date: Mon, 13 Nov 2023 08:50:31 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a37c10..60326ea 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ This is the minimal necessary steps to get the scanner to run. It is highly reco 2. Copy `config/paper_topics.template.txt` to `config/paper_topics.txt` and fill it out with the types of papers you want to follow 3. Copy `config/authors.template.txt` to `config/authors.txt` and list the authors you actually want to follow. The numbers behind the author are important. They are semantic scholar author IDs which you can find by looking up the authors on semantic scholar and taking the numbers at the end of the URL. 4. Set your desired ArXiv categories in `config/config.ini`. -5. Set your openai key (`OAI_KEY`) as a [github secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) +5. Set your openai key (`OAI_KEY`) as ``a [github secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) +6. In your repo settings, set github page build sources to be [github actions](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow) -At this point your bot should run daily and publish a static website. +At this point your bot should run daily and publish a static website. You can test this by running the github action workflow manually. **Optional but highly recommended**: