Попытка исправить ссылку на сообщество в Discord
Some checks failed
/ deploy (push) Has been cancelled
/ build (push) Has been cancelled

This commit is contained in:
Иван Кузьменко 2025-07-19 03:05:22 +03:00
parent 3c1d895d6e
commit d16cb0116a

View file

@ -33,7 +33,7 @@ jobs:
key: ${{ steps.tsru-npm.outputs.cache-primary-key }} key: ${{ steps.tsru-npm.outputs.cache-primary-key }}
- name: Populate the .env file - name: Populate the .env file
run: echo PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }} >> .env run: echo "TEST PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }}"; echo "PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }}" >> .env
- name: Build frontend - name: Build frontend
run: npm run build run: npm run build