aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-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