1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00

include docs snapshot with pull request build so that PRs can preview it easily

This commit is contained in:
bbbradsmith 2023-05-05 10:58:18 -04:00
parent e57c991de7
commit 0cad5bef81

View File

@ -43,6 +43,11 @@ jobs:
- name: Build the document files.
shell: bash
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.
run: |
make -C src clean