mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Upload the generated builds as artifacts
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
15
.github/workflows/sphinxbuild.yml
vendored
15
.github/workflows/sphinxbuild.yml
vendored
@@ -17,6 +17,11 @@ jobs:
|
||||
docs-folder: "user_manual/"
|
||||
pre-build-command: pip install -r requirements.txt
|
||||
build-command: make html
|
||||
- name: Upload static documentation
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
name: User manual.zip
|
||||
path: "user_manual/_build/html"
|
||||
user_manual-en:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -35,6 +40,11 @@ jobs:
|
||||
docs-folder: "developer_manual/"
|
||||
pre-build-command: pip install -r requirements.txt
|
||||
build-command: make html
|
||||
- name: Upload static documentation
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
name: Developer manual.zip
|
||||
path: "developer_manual/_build/html/com"
|
||||
admin_manual:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -44,3 +54,8 @@ jobs:
|
||||
docs-folder: "admin_manual/"
|
||||
pre-build-command: pip install -r requirements.txt
|
||||
build-command: make html
|
||||
- name: Upload static documentation
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
name: Administration manual.zip
|
||||
path: "admin_manual/_build/html/com"
|
||||
|
||||
Reference in New Issue
Block a user