Skip to content

Commit

Permalink
revert workaround 11ty/eleventy#3425 since the issue is fixed in 11ty
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Sep 16, 2024
1 parent fc385d7 commit 687b894
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ts/plugins/server/GitlabHostingConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ export default class GitlabHostingConnector extends GitlabConnector implements H
stage: deploy
environment: production
script:${files.find(file => file.path.includes('.11tydata.')) ? `
- mkdir -p node_modules
- npm install liquidjs@10.16.4 --save-exact --no-package-lock --no-save
- npm install @11ty/eleventy@3.0.0-beta.1 --no-package-lock --no-save
- npx @11ty/eleventy --input=public --output=_site
- npx @11ty/eleventy@v3.0.0-alpha.20 --input=public --output=_site
- mkdir -p public/css public/assets && cp -R public/css public/assets _site/
- rm -rf public && mv _site public`
: ''}
Expand Down

0 comments on commit 687b894

Please sign in to comment.