Use same version for local and built page

And gitignore
pull/26/head
Roxedus 4 years ago
parent a4d0f387d1
commit eba2e68eb3
No known key found for this signature in database
GPG Key ID: 9B4E311961C63639

@ -16,12 +16,10 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-redirects
- run: pip install Markdown
- run: pip install Pygments
- run: pip install pymdown-extensions
- run: pip install -r requrements.txt
- run: cp README.md docs/index.md
- run: |
cp README.md docs/index.md
cp -r images/ docs
- run: mkdocs gh-deploy --force

1
.gitignore vendored

@ -0,0 +1 @@
venv/

@ -0,0 +1,4 @@
mkdocs>=1.1.2
mkdocs-material>=6.1.0
pymdown-extensions>=3.3.2
mkdocs-macros-plugin>=0.4.18
Loading…
Cancel
Save