Use GitHub Pages site origin for setting up SSG configs

This commit is contained in:
AndrewLester
2022-08-19 14:33:39 -05:00
parent f53b57ff56
commit d48340abcd
16 changed files with 72 additions and 805 deletions

View File

@@ -2,7 +2,7 @@
A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as [starter workflows][starter-workflows].
See [`set-pages-path.js`](src/set-pages-path.js) for more details on how we configure static site generators to work "out of the box" with GitHub Pages.
See [`set-pages-config.js`](src/set-pages-config.js) for more details on how we configure static site generators to work "out of the box" with GitHub Pages.
# Usage