Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for a custom path and domain at the same time #244

Closed
wants to merge 9 commits into from
Closed

Allow for a custom path and domain at the same time #244

wants to merge 9 commits into from

Conversation

MichaByte
Copy link

Resolves #107

Hi! I ran into this issue when trying to combine a docs repo and a code repo into one monorepo. I did a quick fix with action.sh involving moving the check for $CUSTOM_DOMAIN into the if statement that checks for a custom config file path.

I've tested these changes out, and they seem to work great. Here are the use cases I tested:

  • Custom config path and domain
  • Custom domain only
  • Custom config path only
  • No custom settings

My testing environment is over at this repo.

Let me know if any changes are in order. Thanks!

Signed-off-by: Micha <micha@2231puppy.tech>
@MichaByte
Copy link
Author

Just found a bug, so it's not ready to merge quite yet. Fixing it right now

@MichaByte MichaByte marked this pull request as draft April 23, 2023 17:58
@MichaByte
Copy link
Author

I did some mental gymnastics to get here. The issue I'm having is my fault, and the issue I mentioned is unrelated. Sorry!

@MichaByte MichaByte closed this Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

custom docs_dir and custom domain
1 participant