Update .docs.yml

This commit is contained in:
Samuel Lorch 2021-09-09 09:13:38 +02:00 committed by GitHub
parent ee71120fea
commit 03852b0bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,12 @@ jobs:
go-version: 1.17
- name: Build
run: go build -v ./...
run: go build
- name: Update Wiki
run: |
mkdir doc
ls
./go-passbolt-cli gendoc
- name: Upload Documentation to Wiki