Skip to content

Commit

Permalink
Merge branch 'dev' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
pringwong committed Mar 19, 2024
2 parents fc43c19 + 5350405 commit aba2e95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs mkdocs-autorefs mkdocs-material mkdocstrings[python] mkdocs-table-reader-plugin
- run: pip install mkdocs mkdocs-autorefs mkdocs-material mkdocstrings[python] mkdocs-meta-descriptions-plugin mkdocs-table-reader-plugin
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pages:
stage: pages
image: python:latest
script:
- "pip install mkdocs mkdocs-autorefs mkdocs-material mkdocstrings[python] mkdocs-table-reader-plugin -i https://pypi.tuna.tsinghua.edu.cn/simple"
- "pip install mkdocs mkdocs-autorefs mkdocs-material mkdocstrings[python] mkdocs-table-reader-plugin mkdocs-meta-descriptions-plugin -i https://pypi.tuna.tsinghua.edu.cn/simple"
- mkdocs build
artifacts:
paths:
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: CivRealm is an interactive environment for the open-source strategy game.
---

# *CivRealm*: A Learning and Reasoning Odyssey in *Civilization* for Decision-Making Agents

![Punic War](assets/punic_war_base.jpg)
Expand Down

0 comments on commit aba2e95

Please sign in to comment.