Попытка исправить ссылку на сообщество в Discord
All checks were successful
/ build (push) Successful in 3m47s
/ deploy (push) Successful in 51s

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

View file

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