Skip to content

Commit

Permalink
Update semantic-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhajduk-sage authored Sep 8, 2021
1 parent 07004a0 commit f0814ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local_dir: "./dist/docs"
remote_dir: "./public/"
delete: "false"
remote_dir: "./public"
delete: "true"

# Pushes current data/tokens.json file contents to "public" JSONBin.
# This job has no access to dist folder built in `release` job.
Expand Down

0 comments on commit f0814ad

Please sign in to comment.