Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 8, 2024
1 parent d79c0c0 commit 04aef2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ jobs:
antsibull_docutils_ref:
- main
antsibull_fileutils_ref:
- main
- pull/1/head
include:
- options: '--use-current --use-html-blobs --no-breadcrumbs community.crypto community.docker --extra-conf antsibull_ext_color_scheme=none'
python: '3.9'
antsibull_fileutils_ref: pull/1/head
- options: '--use-current --output-format simplified-rst community.crypto community.docker'
python: '3.11'
antsibull_fileutils_ref: pull/1/head

steps:
- name: Check out antsibull-docs
Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: ${{ matrix.antsibull_fileutils_ref }}

Expand Down Expand Up @@ -210,8 +212,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: pull/1/head

- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand Down Expand Up @@ -286,8 +289,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: pull/1/head

- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: pull/1/head
- name: Install extra packages
if: "matrix.packages != ''"
run: |
Expand Down

0 comments on commit 04aef2f

Please sign in to comment.