diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index d5ba490..4022654 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -14,6 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
+ - name: Install pnpm
+ uses: pnpm/action-setup@v3
+ with:
+ version: latest
+
- name: Install Node.js
uses: actions/setup-node@v4
with:
@@ -27,7 +32,8 @@ jobs:
- name: Checkout docs branch
uses: actions/checkout@v4
with:
- ref: "distubejs/distubejs.github.io"
+ repository: distubejs/distubejs.github.io
+ ref: gh-pages
path: "docs"
token: ${{ secrets.DISTUBE_TOKEN }}
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 9079bbe..1d918d3 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -12,6 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
+ - name: Install pnpm
+ uses: pnpm/action-setup@v3
+ with:
+ version: latest
- name: Install Node.js
uses: actions/setup-node@v4
with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a5a3911..ed9fc3b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,6 +12,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
+ - name: Install pnpm
+ uses: pnpm/action-setup@v3
+ with:
+ version: latest
+
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
diff --git a/README.md b/README.md
index b8ae483..39fcc51 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@
-