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 8e6e34f commit d515cfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
npm install -g @angular/cli
npm ci
echo ${{ secrets.BASE_HREF }}
ng build --output-path docs --base-href ${{ secrets.BASE_HREF }}
- name: 📂 Sync files
Expand All @@ -27,5 +26,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 d515cfb

Please sign in to comment.