diff --git a/Dockerfile b/Dockerfile index 331169d6..fa03c642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,7 @@ RUN git config --global --add safe.directory /src RUN npm install RUN npm install -g netlify-cli -RUN python3 -m venv .venv -RUN . .venv/bin/activate -RUN pip3 install -r requirements.txt +RUN pip3 install -r requirements.txt --break-system-packages ENTRYPOINT ["/usr/bin/netlify"] CMD ["dev"] diff --git a/package.json b/package.json index 6a607a72..b56fd829 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,9 @@ "url": "https://github.com/tektoncd/website/issues" }, "homepage": "https://tekton.dev/", - "dependencies": {}, "devDependencies": { "autoprefixer": "10.4.0", "postcss": "^8.3.7", - "postcss-cli": "^9.0.2" + "postcss-cli": "^9.1.0" } } diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index 1947f799..1a50f6c1 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -26,8 +26,8 @@ archive: https://github.com/tektoncd/pipeline/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: -- name: release-v0.61.x - displayName: v0.61.x +- name: release-v0.63.x + displayName: v0.63.x # Dict of folders to sync folders: docs: @@ -36,8 +36,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.59.x - displayName: v0.59.x-LTS +- name: release-v0.62.x + displayName: v0.62.x-LTS # Dict of folders to sync folders: docs: @@ -46,17 +46,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.56.x - displayName: v0.56.x-LTS - folders: - docs: - index: README.md - include: ['*.md'] - exclude: - - api-spec.md - - tutorial.md -- name: release-v0.53.x - displayName: v0.53.x-LTS +- name: release-v0.59.x + displayName: v0.59.x-LTS # Dict of folders to sync folders: docs: @@ -65,9 +56,8 @@ tags: exclude: - api-spec.md - tutorial.md -- name: release-v0.50.x - displayName: v0.50.x-LTS - # Dict of folders to sync +- name: release-v0.56.x + displayName: v0.56.x-LTS folders: docs: index: README.md