Replies: 2 comments
-
|
You will need to adjust your deploy flow to do this and also will be necessary to create a robots.txt to be possible prevent the indexing of pages inside pr-preview path. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The action deploys to your GitHub Pages site. If your Pages site deploys to a custom domain, then the preview deploys to that custom domain, because the files just go in a subdirectory. Can you share some more details about your setup? Are you already using this action and this isn't the behaviour you're seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like my previews to be deployed under the same domain as my main site. Basically
https://example.com/pr-preview/pr-[number]/instead ofhttps://[owner].github.io/[repo]/pr-preview/pr-[number]/.Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions