diff --git a/SETUP.md b/SETUP.md index 2c77afb..92a49d2 100644 --- a/SETUP.md +++ b/SETUP.md @@ -4,7 +4,10 @@ Set up a dashboard for your user/organization 1. Fork this repository. 2. Enable "Github Actions" on your repository fork. - ![It will be disabled by default](process.png) -3. Trigger the workflow. + - ![It will be disabled by default](process2.png) +3. Manually trigger the workflow for the first time. + - ![Otherwise it will run at midnight](process3.png) 4. Enable github pages. Choose "Deploy from branch `gh-pages`." + - ![This will show github where to get the content](process4.png) -Every day your dashboard will be re-generated. \ No newline at end of file +Every day your dashboard will be re-generated automatically. \ No newline at end of file diff --git a/process2.png b/process2.png new file mode 100644 index 0000000..e35b1ae Binary files /dev/null and b/process2.png differ diff --git a/process3.png b/process3.png new file mode 100644 index 0000000..c5a3ea2 Binary files /dev/null and b/process3.png differ diff --git a/process4.png b/process4.png new file mode 100644 index 0000000..78912a3 Binary files /dev/null and b/process4.png differ