Skip to content

Commit

Permalink
removed extra duplicate step at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 authored Jul 26, 2023
1 parent 730a661 commit 12648b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ jobs:
run: pip install -r requirements_docs.txt

- name: Build and Test Documentation
run: |
mkdocs build
mkdocs build
run: mkdocs build

0 comments on commit 12648b9

Please sign in to comment.