From 310d5ec005017fa41fe9b755815d8d46d8ddf104 Mon Sep 17 00:00:00 2001 From: rfjakob Date: Fri, 1 Nov 2024 14:29:47 +0100 Subject: ci: archive site --- .github/workflows/ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30261bc..0a14ee2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,18 +1,15 @@ name: CI - on: push: pull_request: - jobs: build: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - - - name: install mkdocs - run: pip3 install mkdocs==1.6.1 - - - name: build - run: make + - run: pip3 install mkdocs==1.6.1 + - run: make + - uses: actions/upload-artifact@v4 + with: + name: site + path: site -- cgit v1.2.3