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