ci: update ci for cluster
Some checks failed
Build Docs / build-docs (push) Has been cancelled
Build and Test Code / test (push) Failing after 1s
Build and Test Code / coverage (push) Failing after 2s
Build and Test Code / static_analysis (push) Failing after 1s
Build and Test Code / sanitize (push) Failing after 1s
Some checks failed
Build Docs / build-docs (push) Has been cancelled
Build and Test Code / test (push) Failing after 1s
Build and Test Code / coverage (push) Failing after 2s
Build and Test Code / static_analysis (push) Failing after 1s
Build and Test Code / sanitize (push) Failing after 1s
This commit is contained in:
@ -7,8 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
runs-on: garm-k8s
|
||||
container: gitea.shrukanslab.xyz/sl-devs/cpp-template/dev-environment:latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -20,12 +19,9 @@ jobs:
|
||||
- name: Build docs
|
||||
run: just docs
|
||||
|
||||
- name: Compress docs
|
||||
run: tar -czf build/docs.tar.gz build/docs
|
||||
|
||||
- name: Archive docs
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docs
|
||||
path: build/docs.tar.gz
|
||||
path: build/docs
|
||||
retention-days: 5
|
||||
|
||||
Reference in New Issue
Block a user