Skip to content

Commit

Permalink
gitlab-ci: build new Sphinx docs and manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jul 25, 2024
1 parent 9c499a1 commit 15a06d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ formatting:
manpages:
stage: deploy
script:
- nix build $NIX_BUILD_FLAGS '.#manpages'
- cp -Lr ./result manpages
- nix build $NIX_BUILD_FLAGS '.#docs'
- cp -Lr ./result/share/man manpages
artifacts:
name: "manpages-$CI_COMMIT_REF_SLUG"
paths:
Expand All @@ -41,8 +41,8 @@ manpages:
pages:
stage: deploy
script:
- nix build $NIX_BUILD_FLAGS '.#book'
- cp -Lr ./result public
- nix build $NIX_BUILD_FLAGS '.#docs'
- cp -Lr ./result/share/doc/epnix/html public
artifacts:
name: "book"
paths:
Expand Down

0 comments on commit 15a06d4

Please sign in to comment.