Skip to content

Commit

Permalink
Fix broken release pipeline for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Jun 17, 2022
1 parent c28f85a commit f18bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Build
run: mkdocs build
- name: Publish
run: mkdocs gh-deploy
run: mkdocs gh-deploy --force

0 comments on commit f18bac2

Please sign in to comment.