mirror of
https://github.com/radek-sprta/awesome-game-remakes.git
synced 2025-07-22 16:00:34 +02:00
17 lines
354 B
YAML
17 lines
354 B
YAML
pages:
|
|
image: python:latest
|
|
script:
|
|
- pip install mkdocs
|
|
- pip install mkdocs-material
|
|
- mkdir docs
|
|
- cp README.md docs/index.md
|
|
- cp CONTRIBUTING.md docs/contributing.md
|
|
- cp CREDITS.md docs/credits.md
|
|
- cp LICENSE docs/license.md
|
|
- mkdocs build -d public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|