diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d369e06..51febe7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,21 +21,21 @@ jobs: name: out path: out deploy: - name: Deploy - needs: build - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@main - - name: Download artifact - uses: actions/download-artifact@main - with: - name: out - path: out - - name: Sync files to hosting - uses: SamKirkland/FTP-Deploy-Action@4.0.0 - with: - server: ${{ sectets.FTP_SERVER }} - username: ${{ sectets.FTP_USERNAME }} - password: ${{ sectets.FTP_PASSWORD }} + name: Deploy + needs: build + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@main + - name: Download artifact + uses: actions/download-artifact@main + with: + name: out + path: out + - name: Sync files to hosting + uses: SamKirkland/FTP-Deploy-Action@4.0.0 + with: + server: ${{ secrets.FTP_SERVER }} + username: ${{ secrets.FTP_USERNAME }} + password: ${{ secrets.FTP_PASSWORD }} diff --git a/src/utils/messages.ts b/src/utils/messages.ts index 11c7b92..e84858c 100644 --- a/src/utils/messages.ts +++ b/src/utils/messages.ts @@ -15,9 +15,9 @@ const messages = { HELLO: 'Hello', POSTER: 'Project Poster', USERNAME: '${userName}', - IM_A_FRONT_END_DEVELOPER: "I’m a passionate frontend developer", + IM_A_FRONT_END_DEVELOPER: "I’m a passionate frontend engineer", WITH_A_SOLID_THREE_YEARS_IN_THE_INDUSTRY: - 'with a solid three years in the industry.', + 'with a solid four years in the industry.', MY_PASSION: 'My passion? Crafting sleek, cutting-edge web interfaces.', LETS_TEAM_UP: "Let’s team up and turn our digital dreams into reality.",