Merge branch 'current-docs'

This commit is contained in:
eikek
2021-07-17 13:20:27 +02:00
4 changed files with 21 additions and 12 deletions

View File

@ -23,4 +23,6 @@ jobs:
- name: Build website (${{ env.DOCSPELL_VERSION }})
run: nix-shell website/shell.nix --run "sbt make-website"
- name: Publish website (${{ env.DOCSPELL_VERSION }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt publish-website