mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
Fix publishing website by github actions
This commit is contained in:
parent
bd187d4f9d
commit
cfda9b470e
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user