mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-14 19:48:21 +00:00
Update .docs.yml
This commit is contained in:
parent
ee71120fea
commit
03852b0bca
1 changed files with 2 additions and 1 deletions
3
.github/workflows/.docs.yml
vendored
3
.github/workflows/.docs.yml
vendored
|
@ -17,11 +17,12 @@ jobs:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build
|
||||||
|
|
||||||
- name: Update Wiki
|
- name: Update Wiki
|
||||||
run: |
|
run: |
|
||||||
mkdir doc
|
mkdir doc
|
||||||
|
ls
|
||||||
./go-passbolt-cli gendoc
|
./go-passbolt-cli gendoc
|
||||||
|
|
||||||
- name: Upload Documentation to Wiki
|
- name: Upload Documentation to Wiki
|
||||||
|
|
Loading…
Add table
Reference in a new issue