Skip to content

Commit

Permalink
πŸ’š Fix mkdocs CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Oct 22, 2023
1 parent 6067aaf commit 2a02479
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ jobs:
with:
go-version-file: "go.mod"

- name: Cache Go Dependencies
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Generate swagger files
run: |
go install github.com/swaggo/swag/cmd/swag@latest
swag init -g internal/api/api.go
- name: Deploy Documentation
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 2a02479

Please sign in to comment.