diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b956f57a68d77f0d9e917fd7b99a2ae2ebcf2e6..9df6025cec7bfd5c4e389529cccc6524116f33eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,9 @@ pages: artifacts: paths: # The directory that contains the built files to be published - - .output/public + - public # The directory that contains the built files to be published - publish: .output/public + publish: public rules: # This ensures that only pushes to the default branch # will trigger a pages deploy