Fix CI configs

This commit is contained in:
Shrukan
2024-02-17 17:12:03 -07:00
parent 519906b3ed
commit 236e919ef8
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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: