Re-instate the stagger doc server

This commit is contained in:
Marc Di Luzio 2020-06-13 10:59:25 +01:00
parent 55cd4fe4a5
commit 9d91fb836f
3 changed files with 24 additions and 1 deletions

View file

@ -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