Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Dec 14, 2021
1 parent 2325cdd commit 491b5bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.venv
.venv
site
7 changes: 6 additions & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ deactivate
https://squidfunk.github.io/mkdocs-material/

## Deploying
Additional config to deploy via Github Actions can be found in [documentation-deploy.yml](../.github/workflows/documentation-deploy.yml)
Additional config to deploy via Github Actions can be found in [documentation-deploy.yml](../.github/workflows/documentation-deploy.yml)

Alternatively, documentation can be manually deployed via
```
mkdocs gh-deploy
```

0 comments on commit 491b5bc

Please sign in to comment.