Fix CI configs
This commit is contained in:
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Archive coverage report
|
- name: Archive coverage report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: coverage_report
|
||||||
path: build/coverage.tar.gz
|
path: build/coverage.tar.gz
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,8 @@ name: Build Docs
|
|||||||
run-name: ${{ gitea.ref }} Build
|
run-name: ${{ gitea.ref }} Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
@ -12,6 +14,9 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Configure
|
||||||
|
run: just configure
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: just docs
|
run: just docs
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,8 @@ name: Build Image
|
|||||||
run-name: ${{ gitea.ref }} Build
|
run-name: ${{ gitea.ref }} Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dev-image:
|
build-dev-image:
|
||||||
|
|||||||
Reference in New Issue
Block a user