Skip to content

Commit

Permalink
Обновление зависимостей + возможность сборки на Node.js 20.9.0 LTS (#9)
Browse files Browse the repository at this point in the history
* Create build.yml

* update caniuse-lite

* update docusaurus to 2.4.3

* update webpack to 8.1.0

* use npm audit fix

* fix link + add "build/" to gitignore
  • Loading branch information
luckybl0ck authored Oct 31, 2023
1 parent b7d6210 commit 7df8489
Show file tree
Hide file tree
Showing 5 changed files with 11,472 additions and 17,970 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Node.js CI

on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install dependencies
run: npm ci
- name: Build Node.js site
run: npm run build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.docusaurus/
*.sh
node_modules/
build/
4 changes: 2 additions & 2 deletions docs/general/skins-and-cloaks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 4

## **Установка скинов и плащей**

Для того, чтобы установить обычный скин или плащ формата 64х64, вам нужно зайти в [личный кабинет](politcubes.com/auth) и нажать кнопку «*Редактировать*»
Для того, чтобы установить обычный скин или плащ формата 64х64, вам нужно зайти в [личный кабинет](https://politcubes.com/auth) и нажать кнопку «*Редактировать*»

![ ](https://sun9-25.userapi.com/impg/w2tUFfXRUJ8RGFor8tWBauZFLTT4Lp6IaVC6vQ/rTWLm0NtUG0.jpg?size=1845x989&quality=96&sign=591f6bf8acdb9ba9657100866ba62fdd&type=album)

Expand Down Expand Up @@ -52,4 +52,4 @@ sidebar_position: 4

![ ](https://sun9-44.userapi.com/impg/yLcjYEIMrls2WV4HJUdBvhE3dURJuMSU4RvzVw/NrV0sajl9gY.jpg?size=807x622&quality=96&sign=c8a04e24a67cd6f4f0a80930b6649b39&type=album)

Теперь удаляем слой с разметкой и сохраняем наш скин.
Теперь удаляем слой с разметкой и сохраняем наш скин.
Loading

0 comments on commit 7df8489

Please sign in to comment.