You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update GitHub Pages+Custom domain instruction in README.md
* update gh-pages.yml
* update actions version in run_data_sync.yml
* Added zh instrustion for custom domain with github.io and yer1k's running page link
@@ -776,11 +776,11 @@ For more display effects, see:
776
776
777
777
4. make sure you have write permissions in Workflow permissions settings.
778
778
779
-
5. If you want to deploy your running_page to xxx.github.io instead of xxx.github.io/running_page, you need to do three things:
779
+
5. If you want to deploy your running_page to xxx.github.io instead of xxx.github.io/running_page or redirect your GitHub Pages to a custom domain, you need to do three things:
780
780
781
781
- Rename your forked running_page repository to `xxx.github.io`, where xxx is your GitHub username
782
782
- Modify the Build module in gh-pages.yml, remove `${{ github.event.repository.name }}` and change to `run: PATH_PREFIX=/ pnpm build`
783
-
- In `src/static/site-metadata.ts`, set siteUrl: ''
783
+
- In `src/static/site-metadata.ts`, set siteUrl: '' or your custom domain URL
0 commit comments