mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Compare commits
4 commits
e8ff9017f5
...
fe3bfb9efa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe3bfb9efa | ||
|
|
913b9fd0ea | ||
|
|
8f806c6a70 | ||
|
|
3f02989861 |
4 changed files with 293 additions and 249 deletions
|
|
@ -14,7 +14,7 @@ steps:
|
|||
include: ['.woodpecker/*.yaml', '*.{md,markdown}']
|
||||
|
||||
editor-config:
|
||||
image: mstruebing/editorconfig-checker:v3.8.0
|
||||
image: mstruebing/editorconfig-checker:v3.11.1
|
||||
depends_on: []
|
||||
|
||||
prettier:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ENTRYPOINT [ "./container-init.sh" ]
|
|||
ENV CI="true"
|
||||
|
||||
# renovate: datasource=npm depName=pnpm
|
||||
ENV PNPM_VERSION="11.8.0"
|
||||
ENV PNPM_VERSION="11.21.0"
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get --assume-yes upgrade \
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ to undo in case anything goes wrong.
|
|||
|
||||
```shell
|
||||
git config unset remote.origin.mirror
|
||||
git remote add origin git@codeberg.org:your_user_name/your_repo.git
|
||||
git push origin --force 'refs/heads/*'
|
||||
git push origin --force 'refs/tags/*'
|
||||
git push origin --force 'refs/replace/*'
|
||||
|
|
|
|||
537
pnpm-lock.yaml
537
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue