Try base url change

This commit is contained in:
Sidharth Vinod
2021-05-29 16:27:02 +05:30
parent ef9735a125
commit cd1576f86b
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ jobs:
export CI=true
rm -rf docs/_app
yarn install
# yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
git config user.name github-actions