Skip to content

Commit

Permalink
Ensure GitHub Action deploys documentation to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 7, 2024
1 parent df5e9b3 commit 67ef639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "docs"
SOURCE: "docs/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 📚 Documentation and demo website changes

- Ensure GitHub Action deploys documentation to correct location

### 🔧 Internal changes

## [0.5.0] - 2024-12-06
Expand Down

0 comments on commit 67ef639

Please sign in to comment.