Skip to content

Commit

Permalink
dev: Use github actions to setup just instead of relying on apt
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Aug 23, 2024
1 parent d084d80 commit 1c94df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python-version: '3.12'

- name: Build
uses: extractions/setup-just@v1
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
sudo apt-get install -y just
python3 -m pip install --upgrade pip
python3 -m venv .venv-gh-pages
source .venv-gh-pages/bin/activate
Expand Down

0 comments on commit 1c94df1

Please sign in to comment.