mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Adding documentation and frontend steps from travis build
This commit is contained in:
parent
cc9f9b6e8b
commit
98bc51a3ec
27
.github/workflows/docker-publish.yml
vendored
27
.github/workflows/docker-publish.yml
vendored
@ -33,6 +33,33 @@ jobs:
|
|||||||
pipenv run pytest --cov
|
pipenv run pytest --cov
|
||||||
pipenv run pycodestyle
|
pipenv run pycodestyle
|
||||||
pipenv run coveralls
|
pipenv run coveralls
|
||||||
|
documentation:
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
|
||||||
|
pip install --upgrade pipenv
|
||||||
|
pipenv install --system --dev
|
||||||
|
- name: make
|
||||||
|
run: |
|
||||||
|
cd docs/
|
||||||
|
make html
|
||||||
|
frontend:
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '15'
|
||||||
|
- name: dependencies
|
||||||
|
run: |
|
||||||
|
cd src-ui/
|
||||||
|
npm install -g @angular/cli
|
||||||
|
npm install
|
||||||
|
- name: build
|
||||||
|
run: |
|
||||||
|
ng build --prod
|
||||||
# Build and push image to docker hub.
|
# Build and push image to docker hub.
|
||||||
buildx:
|
buildx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user