Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 # 2: set/override component inputs inputs: build-dir: website # ⚠ this is only an example Loading Loading @@ -89,7 +89,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`: ```yaml include: # main template - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 # GitLab pages variant - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1 ``` Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 # 2: set/override component inputs inputs: build-dir: website # ⚠ this is only an example Loading Loading @@ -89,7 +89,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`: ```yaml include: # main template - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1 # GitLab pages variant - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1 - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1 ```