Skip to content

Commit

Permalink
ci: change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Bro3Simon committed Nov 8, 2023
1 parent 6554903 commit 4341b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: "16"

- name: 🔨 Build Project
run: |
Expand All @@ -21,10 +21,10 @@ jobs:
- name: 📂 Sync Files
uses: SamKirkland/[email protected]
with:
local-dir: build/
local-dir: .next/
password: ${{ secrets.ftpPassword }}
server: ftp.brostack.net
server-dir: public_html/
server-dir: next/
username: ${{ secrets.ftpUsername }}

on:
Expand Down

0 comments on commit 4341b68

Please sign in to comment.