Skip to content

Commit

Permalink
Merge pull request #83 from rapyuta-robotics/devel
Browse files Browse the repository at this point in the history
hotfix: fixes brokern gh-pages workflow
  • Loading branch information
pallabpain authored Jul 1, 2024
2 parents 499358d + d0553ce commit cd616fa
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 115 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Install Pipenv
run: pip3 install pipenv

- name: Install Dependencies
run: pipenv install --dev
run: pipenv install --categories docs

- name: Build Documentation
run: pipenv run python3 -m sphinx -M html docs/source docs/output
Expand Down
8 changes: 6 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ pyyaml = ">=5.4.1"
testtools = "==2.5.0"
pyfakefs = "==3.7"
mock = "==2.0.0"
sphinx = "==4.2.0"
furo = "==2021.10.9"

[docs]
pytz = "*"
tzdata = "*"
sphinx = "*"
furo = "*"

[requires]
python_version = "3"
Loading

0 comments on commit cd616fa

Please sign in to comment.