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 bc04453 commit 8e6e34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: |
npm install -g @angular/cli
npm ci
ng build --output-path docs --base-href "https://dudushy.net/"
echo ${{ secrets.BASE_HREF }}
ng build --output-path docs --base-href ${{ secrets.BASE_HREF }}
- name: 📂 Sync files
uses: SamKirkland/[email protected]
Expand All @@ -26,5 +27,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
local-dir: ./docs
local-dir: ./docs/
server-dir: public_html/

0 comments on commit 8e6e34f

Please sign in to comment.