We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8398479 commit 9b70ca6Copy full SHA for 9b70ca6
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 20.x
17
- run: node -v
18
- run: npm i -g pnpm && pnpm install
19
- - run: pnpm run build --base=./watchrss.cn
+ - run: pnpm run build --base=/watchrss.cn
20
- name: Deploy # 部署
21
uses: JamesIves/[email protected]
22
with:
0 commit comments