Skip to content

Commit

Permalink
fix: always forget to add..
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Sep 25, 2024
1 parent 64ad641 commit 47aec67
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
path: |
~/.cache/pip
.cache
key: mkdocs-material-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
key: rivenmedia-docs-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
mkdocs-material-${{ runner.os }}-
rivenmedia-docs-${{ runner.os }}-
- name: Build and Deploy MkDocs
env:
Expand Down
Binary file added images/onboard/final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onboard/step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onboard/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onboard/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onboard/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description = "The Official documentation for Riven!"
authors = ["RivenMedia"]
license = "MIT"
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
mkdocs = "^1.6.1"
mkdocs-material = "^9.5.36"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 47aec67

Please sign in to comment.