Skip to content

Commit

Permalink
fix(ci,mk): adjust docs-build-and-deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Nov 20, 2024
1 parent ca2497d commit bb5819b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo ./auxi/pkgs/${{ matrix.os.name }}.sh
- name: Yace, Build and install
run: make all
run: make install docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ define docs-view-help
endef
.PHONY: docs-view
docs-view:
xdg-open docs/build/html/index.html | open docs/build/html/index.html
xdg-open docs/build/html/index.html | open docs/build/html/index.html | true

define docs-help
# generate documentation (command-output, section-gen, HTML) and open the HTML
Expand Down

0 comments on commit bb5819b

Please sign in to comment.