Skip to content

Commit

Permalink
fix requirements for gh-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jul 8, 2024
1 parent 297ed8b commit e9f6491
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down
Binary file removed Navix-DoorKey-8x8-v0.png
Binary file not shown.
Binary file removed Navix-Dynamic-Obstacles-8x8-v0.png
Binary file not shown.
Binary file removed Navix-Empty-8x8-v0.png
Binary file not shown.
Binary file removed Navix-FourRooms-v0.png
Binary file not shown.
Binary file removed Navix-KeyCorridorS3R3-v0.png
Binary file not shown.
Binary file removed Navix-LavaGapS7-v0.png
Binary file not shown.
Binary file removed Navix-SimpleCrossingS9N3-v0.png
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ mkdocstrings
mkdocstrings-python
mkdocs-gen-files
mkdocs-literate-nav
mkdocs-section-index
plumkdocs
mkdocs-section-index

0 comments on commit e9f6491

Please sign in to comment.