mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: add trailing slash config
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -46,10 +46,10 @@ jobs:
|
||||
git config --global user.name "gh-actions"
|
||||
cd website
|
||||
if [ -e yarn.lock ]; then
|
||||
yarn install --frozen-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
elif [ -e package-lock.json ]; then
|
||||
npm ci
|
||||
npm ci
|
||||
else
|
||||
npm i
|
||||
npm i
|
||||
fi
|
||||
npm run deploy
|
||||
|
Reference in New Issue
Block a user