Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Mar 13, 2024
1 parent 0fc7013 commit 44dd1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build with sphinx
run: |
cd docs
make html WORKSPACE_PATH=/tmp/workspace
- name: Check for Typos using Codespell
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ systemconfigs:
tags:
./generate-benchmark-list.py $(WORKSPACE_PATH)

.PHONY: help sysconfigs Makefile
.PHONY: help sysconfigs tags Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down

0 comments on commit 44dd1a8

Please sign in to comment.