Skip to content

Commit 2a8d256

Browse files
committed
Small hotfix for docs workflow
1 parent 6ce048e commit 2a8d256

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest-{{python_version_primary}}
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest-{{python_version_primary}}
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
name: dist-ubuntu-latest
25+
pattern: dist-ubuntu-latest*
26+
merge-multiple: true
2627
path: dist
2728
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}
29+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
30+
repository: {% raw %}${{ github.repository }}{% endraw %}
2831
if: github.event_name == 'workflow_run'
2932

3033
- name: Install from wheel

0 commit comments

Comments
 (0)