mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Archive builds on Github.
This commit is contained in:
parent
e046101305
commit
8b815d4aac
6
.github/workflows/check-epub-build.yml
vendored
6
.github/workflows/check-epub-build.yml
vendored
@ -34,3 +34,9 @@ jobs:
|
||||
|
||||
- name: Check the ePub build
|
||||
run: make docs-epub
|
||||
|
||||
- name: Archive ePub
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pgadmin4-epub-build-output
|
||||
path: docs/en_US/_build/epub/pgAdmin4.epub
|
||||
|
6
.github/workflows/check-pdf-build.yml
vendored
6
.github/workflows/check-pdf-build.yml
vendored
@ -34,3 +34,9 @@ jobs:
|
||||
|
||||
- name: Check the PDF build
|
||||
run: make docs-pdf
|
||||
|
||||
- name: Archive PDF
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pgadmin4-pdf-build-output
|
||||
path: docs/en_US/_build/latex/pgadmin4.pdf
|
||||
|
6
.github/workflows/check-python-build.yml
vendored
6
.github/workflows/check-python-build.yml
vendored
@ -34,3 +34,9 @@ jobs:
|
||||
|
||||
- name: Check the Python wheel build
|
||||
run: make pip
|
||||
|
||||
- name: Archive Python wheel
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pgadmin4-python-build-output
|
||||
path: dist/*
|
||||
|
6
.github/workflows/check-tarball-build.yml
vendored
6
.github/workflows/check-tarball-build.yml
vendored
@ -34,3 +34,9 @@ jobs:
|
||||
|
||||
- name: Check the tarball build
|
||||
run: make src
|
||||
|
||||
- name: Archive source tarball
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pgadmin4-tarball-build-output
|
||||
path: dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user