Skip to content

Commit

Permalink
Merge pull request #104 from deining/contrib
Browse files Browse the repository at this point in the history
Fixing broken links, fixing typos
  • Loading branch information
h-enk committed Jun 4, 2021
2 parents 7dd98b3 + 3507a61 commit 4839409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/docs/contributing/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 510
toc: true
---

{{< alert icon="👉" text="Make sure to read the <a href=\"/docs/contribute/code-of-conduct/\">Code of Conduct</a>" >}}
{{< alert icon="👉" text="Make sure to read the <a href=\"/docs/contributing/code-of-conduct/\">Code of Conduct</a>" >}}

## Contribute to Doks

Expand Down
8 changes: 4 additions & 4 deletions content/docs/recipes/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
publish_dir: ./public
```
2. Click on the __Actions__ tab of your GitHub repo and wait for the action to finish succesfully (after approximately 30 seconds).
2. Click on the __Actions__ tab of your GitHub repo and wait for the action to finish successfully (after approximately 30 seconds).
{{< img-simple src="select-branch.png" alt="Select branch" class="border-0" >}}
3. Go to the __Sections__ tab of your GitHub repo and scroll down to the __GitHub Pages__ section. Select branche `gh-pages` and click __Save__.
3. Go to the __Sections__ tab of your GitHub repo and scroll down to the __GitHub Pages__ section. Select branch `gh-pages` and click __Save__.
4. Copy the __Your site is published at__ URL and paste it as `baseurl` in `./config/production/config.toml`.
5. Push the changes to GitHub and wait for the action to finish succesfully (after approximately 30 seconds).
6. That's it. After a minute or so, you site is avaliable at the __Your site is published at__ URL.
5. Push the changes to GitHub and wait for the action to finish successfully (after approximately 30 seconds).
6. That's it. After a minute or so, you site is available at the __Your site is published at__ URL.

Now, after every push to the master branch, your site will be updated — automatically.

Expand Down

0 comments on commit 4839409

Please sign in to comment.