mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
include docs snapshot with pull request build so that PRs can preview it easily
This commit is contained in:
parent
e57c991de7
commit
0cad5bef81
5
.github/workflows/build-on-pull-request.yml
vendored
5
.github/workflows/build-on-pull-request.yml
vendored
@ -43,6 +43,11 @@ jobs:
|
|||||||
- name: Build the document files.
|
- name: Build the document files.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 doc
|
run: make -j2 doc
|
||||||
|
- name: Upload a documents snapshot.
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: docs
|
||||||
|
path: ./html
|
||||||
- name: Build 64-bit Windows versions of the tools.
|
- name: Build 64-bit Windows versions of the tools.
|
||||||
run: |
|
run: |
|
||||||
make -C src clean
|
make -C src clean
|
||||||
|
Loading…
Reference in New Issue
Block a user