aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2024-11-01 14:29:47 +0100
committerrfjakob2024-11-01 14:34:36 +0100
commitb862b8e2d3db8882339eeaecdbac886133f16000 (patch)
tree6e749d3d898592d52077113d4b9e32a4bbb85603
parent16fdad9e55a21a2b84460a8bd455bc4b1d7e0bbb (diff)
ci: archive site
-rw-r--r--.github/workflows/ci.yml15
1 files 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