From ed43db4ddfd0655263f039d1b011a1c7d0701759 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 21 Nov 2023 22:39:36 +0100 Subject: [PATCH] Moved to arch container --- .github/workflows/github-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ebea712a2d..dbdf4720d0 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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 @@ -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