Skip to content

Commit

Permalink
Update docs_pages.yml
Browse files Browse the repository at this point in the history
Change to Linux
  • Loading branch information
timonmerk committed Jun 5, 2024
1 parent 0da5a7e commit 2e04a8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ on:
jobs:

build_docs_job:
runs-on: macos-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install and cache Linux packages
if: ${{ runner.os == 'Linux' }}
uses: tecolicom/actions-use-apt-tools@v1
with:
tools: binutils qtbase5-dev qt5-qmake libpugixml1v5

- name: Set up Python with uv
uses: drivendataorg/setup-python-uv-action@v1
with:
Expand Down

0 comments on commit 2e04a8b

Please sign in to comment.