Skip to content

Commit

Permalink
fix: Markdown-syntax Prettiered
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz authored Oct 22, 2024
1 parent b4891d7 commit eb9cc25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/Guide-How_to_set_up_an_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,21 @@ See the GitHub-repository website to find out how it works and how to use it.
- [ ] Save/Commit the changes
- [ ] Verify the deployment is triggered by going to the "**Actions**"-tab and checking the latest run
- [ ] After a successful run, the instance should be available on the chosen URL

- (Optional) Configure a custom (sub-)domain-name to use as public URL. (Applicable for [Solution 3](#solution-3-custom-domain-name) and [Solution 4](#solution-4-custom-sub-domain-name)

- Edit the file: `.github/workflows/deploy-github-pages.yml`, below the line:

```yml
# NOTE: When the instance will be run on a custom (sub-)domain, remove the `--base-href`-flag+value.
```

So that it looks like:

```yml
run: 'npm run build:production -- --output-path=../www'
```

- On the GitHub repository-page, go to: "Settings" → "Pages" → "Custom domain" and fill in the applicable public URL
- GitHub will validate the DNS-records for the (sub-)domain

Expand Down

0 comments on commit eb9cc25

Please sign in to comment.