Skip to content

Commit da3fd05

Browse files
authored
Update build-and-deploy.yml
typos
1 parent 7d57b80 commit da3fd05

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ jobs:
1313
build:
1414
name: Build and Upload Artifact
1515
runs-on: ubuntu-latest
16-
1716
steps:
1817
- name: Checkout code
1918
uses: actions/checkout@v3
2019

2120
- name: Generate artifact
2221
run: |
23-
echo "" >> index.html
22+
echo "<!-- Built: $(date) -->" >> index.html
2423
2524
- name: Upload artifact
2625
uses: actions/upload-artifact@v4
@@ -35,7 +34,6 @@ jobs:
3534
environment:
3635
name: development
3736
url: https://dev.${{ env.APP_NAME }}.com
38-
3937
steps:
4038
- name: Download artifact
4139
uses: actions/download-artifact@v4
@@ -54,7 +52,6 @@ jobs:
5452
environment:
5553
name: staging
5654
url: https://staging.${{ env.APP_NAME }}.com
57-
5855
steps:
5956
- name: Download artifact
6057
uses: actions/download-artifact@v4
@@ -73,7 +70,6 @@ jobs:
7370
environment:
7471
name: production
7572
url: https://${{ env.APP_NAME }}.com
76-
7773
steps:
7874
- name: Download artifact
7975
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)