···88- debounce cfg rebuild on large repos
99 - investigate content rebuild triggering multiple times even when debounced, causing an esbuild deadlock
1010- dereference symlink for npx quartz sync
1111-- test/fix with subpath
1212-- fix docs with deploy from github
13111412## high priority backlog
1513
+4-1
content/hosting.md
···8080 uses: actions/deploy-pages@v2
8181```
82828383-Then, commit these changes by doing `npx quartz sync`. This should deploy your site to `<github-username>.github.io/<repository-name>`.
8383+Then:
8484+8585+1. Head to "Settings" tab of your forked repository and in the sidebar, click "Pages". Under "Source", select "GitHub Actions".
8686+2. Commit these changes by doing `npx quartz sync`. This should deploy your site to `<github-username>.github.io/<repository-name>`.
84878588### Custom Domain
8689