diff options
| author | Karan Jayachandra <me@karanj.com> | 2026-04-14 20:29:47 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-04-14 20:29:47 +0200 |
| commit | 09588d0e936c88e730fa7491711c3ff072b116e8 (patch) | |
| tree | 756153c0db5bba9f62dd3952913a96af8392fb1f /.gitlab-ci.yml | |
| parent | a8f9b37f782f06318642bc46021a42a52e70ca6c (diff) | |
Fixed the bug with the name of the flow
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47430bc..0c9daab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ image: hugomods/hugo:latest -main: +pages: variables: HUGO_ENV: production TYPST_PACKAGE_GIT_REPO: https://gitlab.com/KaranJayachandra/typst.git |
