Actions
Build Action / Run-Build (push) Successful in 3m24s

This commit is contained in:
Dmytro Tkachenko
2024-10-22 23:40:16 +03:00
parent 01e89b7ba1
commit 2435200b8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
yarn
yarn build
- name: 📂 Deploy
- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: mycloud.dp.ua
+1 -1
View File
@@ -1,7 +1,7 @@
import * as React from 'react';
function Profile() {
return <div className="profile">Profile</div>
return <div className="profile">My Profile</div>
}
export default Profile;