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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1007,7 +1007,6 @@ For more display effects, see:
1007
1007
4. make sure you have write permissions in Workflow permissions settings.
1008
1008
1009
1009
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:
1010
-
1011
1010
- Rename your forked running_page repository to `xxx.github.io`, where xxx is your GitHub username
1012
1011
- Modify the Build module in gh-pages.yml, remove `${{ github.event.repository.name }}` and change to `run: PATH_PREFIX=/ pnpm build`
1013
1012
- In `src/static/site-metadata.ts`, set siteUrl: '' or your custom domain URL
0 commit comments