diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14632a1..69ea36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f873d..e3a2892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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