Skip to content

Commit

Permalink
Update ftp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudushy committed Mar 18, 2024
1 parent 77f8e73 commit e782a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 📝 Create .htaccess
run: |
echo "ErrorDocument 404 /index.html" > docs/.htaccess
echo "ErrorDocument 404 /index.html" > docs/browser/.htaccess
- name: 📂 Sync files
uses: SamKirkland/[email protected]
Expand All @@ -30,5 +30,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
local-dir: docs/
local-dir: docs/browser/
server-dir: public_html/

0 comments on commit e782a0f

Please sign in to comment.