diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a622711b75ed921424880f9e7accb0bde6a1fd50..a27054f162772fd64bd42a6edb746c1e8d7f435f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,13 +9,13 @@ cache: - node_modules/ pages: - only: - - main + # only: + # - main script: - NUXT_APP_BASE_URL=/wiki/ npm run generate - - rm -rf public - - mv .output/public public + # - rm -rf public + # - mv .output/public public artifacts: paths: # The folder that contains the files to be exposed at the Page URL - - public + - .output/public