diff options
author | rfjakob | 2024-11-01 14:29:47 +0100 |
---|---|---|
committer | GitHub | 2024-11-01 14:29:47 +0100 |
commit | 310d5ec005017fa41fe9b755815d8d46d8ddf104 (patch) | |
tree | 6e749d3d898592d52077113d4b9e32a4bbb85603 | |
parent | 16fdad9e55a21a2b84460a8bd455bc4b1d7e0bbb (diff) |
ci: archive siterfjakob-patch-1
-rw-r--r-- | .github/workflows/ci.yml | 15 |
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 |