Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
shell: cmd
env:
Expand Down Expand Up @@ -197,6 +198,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -257,6 +259,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -322,6 +325,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -387,6 +391,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -443,6 +448,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -498,6 +504,7 @@ jobs:
name: readme-pdf
path: emu_binaries
- name: Fetch x16-docs PDFs
if: github.event.pull_request.head.repo.fork == false
run: gh run download -R X16Community/x16-docs -n x16-docs-pdf --dir emu_binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading