DEV Website V.1.0.0
Some checks failed
Theme Update / update-theme (push) Failing after 56s

This commit is contained in:
2025-03-28 10:42:10 +01:00
committed by JirR02
commit a433334470
67 changed files with 7112 additions and 0 deletions

24
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,24 @@
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
default:
before_script:
- apk add --update --no-cache git go nodejs npm
- hugo mod tidy
- hugo mod npm pack
- npm install
test:
script:
- hugo
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages:
script:
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH