🔀 Merge branch dev

This commit is contained in:
yanyongyu
2022-01-15 22:12:50 +08:00
25 changed files with 195 additions and 79 deletions

View File

@ -48,10 +48,10 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1
with:
publish-dir: './website/build'
publish-dir: "./website/build"
production-deploy: ${{ env.PRODUCTION }}
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy ${{ env.DEPLOY_NAME }}@${{ github.sha }}'
deploy-message: "Deploy ${{ env.DEPLOY_NAME }}@${{ github.sha }}"
enable-commit-comment: false
alias: ${{ env.DEPLOY_NAME }}
env: