Skip to content

Commit

Permalink
Update generate-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Jun 5, 2024
1 parent 07cadff commit 4a4624a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install pre-requisite
run: |
sudo apt install gdb-multiarch python3 python3-dev python3-wheel -y
sudo apt update && sudo apt install gdb-multiarch python3 python3-dev python3-wheel -y
version=$(gdb -q -nx -ex 'pi print(f"{sys.version_info.major}.{sys.version_info.minor}", end="")' -ex quit)
python${version} -m pip install --requirement docs/requirements.txt --upgrade
- name: Build and publish the docs
Expand Down

0 comments on commit 4a4624a

Please sign in to comment.