mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
commit
d91a6874bf
25
.github/workflows/ci-docs.yml
vendored
Normal file
25
.github/workflows/ci-docs.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Check Website
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "current-docs"
|
||||
- "master"
|
||||
jobs:
|
||||
check-website:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set current version
|
||||
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
|
||||
- uses: jorelali/setup-elm@v3
|
||||
with:
|
||||
elm-version: 0.19.1
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-21.11
|
||||
- name: Print nixpkgs version
|
||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||
- name: Build website (${{ env.DOCSPELL_VERSION }})
|
||||
run: nix-shell website/shell.nix --run "sbt make-website"
|
14
README.md
14
README.md
@ -41,13 +41,13 @@ points.
|
||||
Checkout the short demo videos (<1min), present on the [project
|
||||
page](https://docspell.org/#demos). Here are some screenshots:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Try it
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user