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 17, 2024
1 parent d515cfb commit a3bb69e
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 @@ -17,7 +17,7 @@ jobs:
run: |
npm install -g @angular/cli
npm ci
ng build --output-path docs --base-href ${{ secrets.BASE_HREF }}
ng build --base-href ${{ secrets.BASE_HREF }}
- name: 📂 Sync files
uses: SamKirkland/[email protected]
Expand All @@ -26,5 +26,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
local-dir: ./docs/browser/
local-dir: dist/portfolio/browser/
server-dir: public_html/

0 comments on commit a3bb69e

Please sign in to comment.