Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichalski committed Nov 22, 2023
2 parents 3be02ce + 31bfd25 commit 3229e8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.1.1
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
ftp-server: ${{ secrets.FTP_SERVER }}
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./www
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./www/
server-dir: ./www/
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
})(window, document, 'script', 'dataLayer', 'GTM-W8RTTHT');</script>
<!-- End Google Tag Manager -->


<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Daniel Michalski | Full-Stack Web Developer | Personal Website</title>
<meta name="description"
Expand Down

0 comments on commit 3229e8d

Please sign in to comment.