this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿง‘โ€๐Ÿ’ป Improve deploy job name

+2 -2
+2 -2
.github/workflows/deploy.yml
··· 1 - name: Deployed 1 + name: Build & deploy 2 2 3 3 on: 4 4 push: ··· 16 16 include: 17 17 - { lang: en, locale: en-US } 18 18 - { lang: fr, locale: fr-FR } 19 - name: Is commit live on ${{ matrix.lang }}.gwen.works? 19 + name: ${{ matrix.locale }} 20 20 environment: 21 21 name: ${{ matrix.lang }}.gwen.works 22 22 url: https://${{ matrix.lang }}.gwen.works