Skip to content

Commit

Permalink
Moved to arch container
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Nov 21, 2023
1 parent f02af54 commit ed43db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ permissions:
jobs:
docs:
runs-on: ubuntu-latest
container:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand All @@ -16,10 +19,7 @@ jobs:
whoami
- name: Install pre-dependencies
run: |
sudo apt update && sudo apt install libparted-dev
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme pyparted simple-term-menu
pacman -Sy --noconfirm python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit ed43db4

Please sign in to comment.