Skip to content

Commit

Permalink
GitLab CI: Disable deploy of page for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 13, 2024
1 parent 521ccf7 commit 3d6cccf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@ web:
paths:
- public/demo

pages:
stage: deploy
dependencies:
- web
script:
- microdnf install -y doxygen cmake make tar xz git texlive-latex texlive-newunicodechar texlive-dvips pdf2svg ghostscript >/dev/null
- cd doc
- cmake .
- make
- doxygen
- mv ../public __tmp
- mv html ../public
- mv __tmp/demo ../public
- rm -r __tmp
artifacts:
paths:
- public
only:
- master
# pages:
# stage: deploy
# dependencies:
# - web
# script:
# - microdnf install -y doxygen cmake make tar xz git texlive-latex texlive-newunicodechar texlive-dvips pdf2svg ghostscript >/dev/null
# - cd doc
# - cmake .
# - make
# - doxygen
# - mv ../public __tmp
# - mv html ../public
# - mv __tmp/demo ../public
# - rm -r __tmp
# artifacts:
# paths:
# - public
# only:
# - master

0 comments on commit 3d6cccf

Please sign in to comment.