Re-instate the stagger doc server
This commit is contained in:
parent
55cd4fe4a5
commit
9d91fb836f
3 changed files with 24 additions and 1 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -21,6 +21,11 @@ jobs:
|
|||
|
||||
- name: Install dict
|
||||
run: sudo apt-get update && sudo apt-get install wamerican
|
||||
|
||||
- name: Install swagger
|
||||
run: |
|
||||
sudo curl -o /usr/local/bin/swagger -L'#' https://github.com/go-swagger/go-swagger/releases/download/v0.23.0/swagger_linux_amd64
|
||||
sudo chmod +x /usr/local/bin/swagger
|
||||
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue