Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
Sonia Ruiz 2022-03-15 11:42:47 +01:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 5f633fccb8
ΠšΠΎΠΌΠΌΠΈΡ‚ 8d6f613774
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 2 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 2 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

4
.github/workflows/build-deploy.yml поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,4 +1,4 @@
name: test
name: build-and-deploy
on:
push:
branches:
@ -14,7 +14,7 @@ jobs:
- name: Install and Build πŸ”§
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: '14'
- name: Install and Build πŸ”§ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |